Skip to content

Commit deba115

Browse files
ci: add packages write permission to publish workflow (#427)
1 parent f8d6e9a commit deba115

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
permissions:
88
contents: read
99
id-token: write
10+
packages: write
1011

1112
jobs:
1213
publish:

0 commit comments

Comments
 (0)