Skip to content

Commit 15ad225

Browse files
author
Sebi Nemeth
committed
change permission scope
1 parent 1c8744c commit 15ad225

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/pages.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,12 @@ jobs:
2929
environment:
3030
name: github-pages
3131
url: ${{steps.deployment.outputs.page_url}}
32+
permissions:
33+
id-token: write
34+
pages: write
3235
runs-on: ubuntu-latest
3336
needs: build
3437
steps:
3538
- name: Deploy to GitHub Pages
3639
id: deployment
3740
uses: actions/deploy-pages@v2
38-
39-
permissions:
40-
id-token: write
41-
pages: write

0 commit comments

Comments
 (0)