Skip to content

Commit 39f85c6

Browse files
committed
Expand GITHUB_TOKEN permissions to allow package publishing
1 parent 211cc5f commit 39f85c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
permissions:
4747
contents: read
4848
id-token: write
49+
packages: write
4950
steps:
5051
- uses: actions/checkout@v4
5152
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)