Merge pull request #1950 from fluxcd/ci-ghcr

ci: use GITHUB_TOKEN to log into ghcr in release workflow
This commit is contained in:
Sanskar Jaiswal
2026-07-21 10:06:55 +05:30
committed by GitHub
+1 -1
View File
@@ -55,7 +55,7 @@ jobs:
with:
registry: ghcr.io
username: fluxcdbot
password: ${{ secrets.GHCR_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Generate image meta
id: meta
uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6.2.0