Skip to content

Commit 9ed3df0

Browse files
committed
fix github action work flow id-token permission
1 parent a4a6fa4 commit 9ed3df0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/sphinx-doc-gh-pages.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
permissions:
13-
contents: write
13+
contents: read
14+
id-token: write
15+
pages: write
1416
concurrency:
1517
group: ${{ github.workflow }}-${{ github.ref }}
1618

0 commit comments

Comments
 (0)