mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: Add package write permission to releases (#3923)
This commit is contained in:
@@ -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' }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user