fix(ci): ghcr login via GH_PAT not GITHUB_TOKEN — repo token lacks push to the social-* packages (403 Forbidden); GH_PAT (org secret, hanzo-dev) has packages:write, same pattern as cloud/iam. Final CI blocker for the temporal cutover images. (#6)

Co-authored-by: Hanzo Dev <dev@hanzo.ai>
This commit is contained in:
z
2026-07-05 08:17:16 -07:00
committed by GitHub
co-authored by Hanzo Dev
parent 6e0a5c461f
commit f2983dfe2b
+2 -2
View File
@@ -48,8 +48,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
username: hanzo-dev
password: ${{ secrets.GH_PAT }}
- name: Extract metadata
id: meta