grant packages:write for registry push
Some checks failed
spike-build / build (push) Failing after 24s

This commit is contained in:
root 2026-07-01 09:50:56 +00:00
parent 656e93af9e
commit 7b96837154

View file

@ -6,7 +6,9 @@
# - repo Secrets: COSIGN_PRIVATE_KEY, COSIGN_PASSWORD, COSIGN_PUBLIC_KEY
name: spike-build
on: [push, workflow_dispatch]
permissions: {}
permissions:
contents: read
packages: write # required to push the image to Forgejo's registry
env:
REGISTRY: ${{ vars.FORGEJO_REGISTRY }}
jobs: