Skip to content

Commit 4671c7d

Browse files
committed
permission fix to create releases
1 parent de0b1fb commit 4671c7d

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
@@ -20,7 +20,7 @@ concurrency:
2020

2121
permissions:
2222
id-token: write # Required for OIDC
23-
contents: read
23+
contents: write
2424

2525
jobs:
2626
# Performs quick checks before the expensive test runs

0 commit comments

Comments
 (0)