Skip to content

Commit 5a1c7c6

Browse files
committed
ci: fix permissions in release workflow
1 parent 345dff8 commit 5a1c7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
permissions:
1919
id-token: write # Required for publishing with OICD
20-
contents: read # Required for creating releases
20+
contents: write # Required for creating releases
2121

2222
jobs:
2323
# Performs quick checks before the expensive test runs

0 commit comments

Comments
 (0)