Add write permissions to documentation deploy job
This commit is contained in:
Родитель
80b17321a1
Коммит
65d5bf9148
|
@ -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 }}
|
||||
|
|
Загрузка…
Ссылка в новой задаче