We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2199b2f commit 9f7869cCopy full SHA for 9f7869c
1 file changed
.github/workflows/ci.yml
@@ -8,7 +8,6 @@ on:
8
permissions:
9
checks: write
10
contents: write
11
- id-token: write
12
# concurrency:
13
# group: ${{ github.workflow }}-${{ github.ref_name }}
14
# cancel-in-progress: true
@@ -92,6 +91,7 @@ jobs:
92
91
needs: build_web
93
94
pages: write
+ id-token: write
95
environment:
96
name: github-pages
97
url: ${{ steps.deployment.outputs.page_url }}
0 commit comments