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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user