Skip to content

Commit 9370928

Browse files
author
leonsteinhaeuser
committed
fix(ci): add missing permission for artifact upload
1 parent 688707a commit 9370928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1717
permissions:
18-
contents: read
18+
contents: write
1919
packages: write
2020
id-token: write
2121
steps:

0 commit comments

Comments
 (0)