Skip to content

Commit 44f2c39

Browse files
fix: add permissions to publish step
1 parent 1950efe commit 44f2c39

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/prepare-publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ on:
44
workflow_dispatch:
55

66
permissions:
7-
contents: read
7+
contents: write
8+
id-token: write
9+
issues: read
10+
packages: write
811
pull-requests: write
912

1013
concurrency: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)