fix: Add package write permission to releases (#3923)

This commit is contained in:
Kyle Carberry
2022-09-07 13:58:22 +00:00
committed by GitHub
parent 80352656e9
commit f9ef4b148b
+4
View File
@@ -21,6 +21,10 @@ on:
type: boolean
required: true
permissions:
# Necessary to push docker images to ghcr.io.
packages: write
env:
CODER_RELEASE: ${{ github.event.inputs.snapshot && 'false' || 'true' }}