grant packages:write for registry push
Some checks failed
spike-build / build (push) Failing after 24s
Some checks failed
spike-build / build (push) Failing after 24s
This commit is contained in:
parent
656e93af9e
commit
7b96837154
1 changed files with 3 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue