mirror of
https://fastgit.cc/github.com/Michael-A-Kuykendall/shimmy
synced 2026-05-01 06:12:44 +08:00
chore: allow GHCR push in release workflow
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -298,6 +298,7 @@ jobs:
|
||||
if: startsWith(github.ref, 'refs/tags/') && needs.preflight.outputs.should_publish == 'true'
|
||||
permissions:
|
||||
contents: write
|
||||
packages: write # Required for pushing to GHCR
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user