diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a7808865a3fbd..8ea0358eda26c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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' }}