Skip to content

Commit 16d3589

Browse files
committed
Set permissions in release workflow
1 parent 053eb7e commit 16d3589

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,7 @@ jobs:
5151
uses: ./.github/workflows/docs.yml
5252
with:
5353
publish: ${{ github.event_name == 'release' && github.event.action == 'published' }}
54+
permissions:
55+
pages: write
56+
id-token: write
5457
secrets: inherit

0 commit comments

Comments
 (0)