Skip to content

Commit 6817696

Browse files
committed
workflows: grant permissions to action
1 parent a193018 commit 6817696

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
jobs:
66
build:
77
runs-on: ubuntu-latest
8+
permissions:
9+
contents: read
10+
id-token: write
811
steps:
912
- uses: actions/checkout@v4
1013
# Setup .npmrc file to publish to npm

0 commit comments

Comments
 (0)