Add write permissions to documentation deploy job

This commit is contained in:
Benedikt Reinartz 2022-09-16 21:05:28 +02:00
Родитель 80b17321a1
Коммит 65d5bf9148
1 изменённых файлов: 4 добавлений и 0 удалений

4
.github/workflows/docs.yml поставляемый
Просмотреть файл

@ -19,6 +19,10 @@ jobs:
deploy:
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
permissions:
contents: read
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}