Skip to content

Commit 2de02f3

Browse files
committed
Add package permissions to GitHub Actions workflow
1 parent 21ffa24 commit 2de02f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
permissions:
1111
id-token: write
12+
packages: write
1213

1314
steps:
1415
- name: Checkout repository

0 commit comments

Comments
 (0)