Skip to content

Commit 47157d6

Browse files
authored
Specify permissions token strategy
1 parent 7a9d07b commit 47157d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/npm-publish-sites.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
needs:
2626
- dirs
2727
runs-on: ubuntu-latest
28+
permissions:
29+
contents: read
30+
id-token: write # required to use OIDC
2831
strategy:
2932
matrix:
3033
dir: ${{fromJSON(needs.dirs.outputs.matrix)}}

0 commit comments

Comments
 (0)