Skip to content

Commit 9f7869c

Browse files
authored
Adjust permissions for GitHub Actions workflow
1 parent 2199b2f commit 9f7869c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
permissions:
99
checks: write
1010
contents: write
11-
id-token: write
1211
# concurrency:
1312
# group: ${{ github.workflow }}-${{ github.ref_name }}
1413
# cancel-in-progress: true
@@ -92,6 +91,7 @@ jobs:
9291
needs: build_web
9392
permissions:
9493
pages: write
94+
id-token: write
9595
environment:
9696
name: github-pages
9797
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)