Skip to content

Commit 5bf46bf

Browse files
committed
Fix publish permissions
1 parent f50af23 commit 5bf46bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- main
66
permissions:
77
id-token: write
8-
contents: read
8+
contents: write
99
jobs:
1010
publish:
1111
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)