Skip to content

Commit 3c12aa1

Browse files
committed
Updating permissions for CI.
1 parent 9d40294 commit 3c12aa1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ jobs:
6767
docs:
6868
runs-on: ubuntu-latest
6969
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
70+
permissions:
71+
id-token: write
72+
pages: write
73+
contents: read
7074

7175
steps:
7276
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)