Skip to content

Commit 40715a2

Browse files
committed
fix: Add contents:write permission for GitHub release creation
1 parent 5307e5c commit 40715a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Build and Push Docker Image
1717
runs-on: ubuntu-latest
1818
permissions:
19-
contents: read
19+
contents: write # Required for creating GitHub releases
2020
packages: write # Required for pushing to ghcr.io
2121

2222
steps:

0 commit comments

Comments
 (0)