Skip to content

Commit a330e8b

Browse files
Fix: Add contents write permission for release updates
1 parent c4475fd commit a330e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build-and-push:
1313
runs-on: ubuntu-latest
1414
permissions:
15-
contents: read
15+
contents: write
1616
packages: write
1717

1818
steps:

0 commit comments

Comments
 (0)