fix(ci): update permissions for GHCR manifest push to write

This commit is contained in:
Deluan
2025-12-03 17:53:02 -05:00
parent 756effb471
commit 3862e8886a

View File

@@ -259,7 +259,7 @@ jobs:
push-manifest-ghcr:
name: Push to GHCR
permissions:
contents: read
contents: write
runs-on: ubuntu-latest
needs: [build, check-push-enabled]
if: needs.check-push-enabled.outputs.is_enabled == 'true'