Skip to content

Commit 18fbe0a

Browse files
ci: add missing permissions (#356)
- Add permissions to match those used by workflow
1 parent 3a1db45 commit 18fbe0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
- lint
5858
permissions:
5959
contents: write
60+
packages: read
61+
id-token: write
6062
secrets: inherit
6163
uses: ./.github/workflows/deploy-gh-pages.yaml
6264

0 commit comments

Comments
 (0)