Skip to content

Commit f9ef4b1

Browse files
authored
fix: Add package write permission to releases (coder#3923)
1 parent 8035265 commit f9ef4b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ on:
2121
type: boolean
2222
required: true
2323

24+
permissions:
25+
# Necessary to push docker images to ghcr.io.
26+
packages: write
27+
2428
env:
2529
CODER_RELEASE: ${{ github.event.inputs.snapshot && 'false' || 'true' }}
2630

0 commit comments

Comments
 (0)