Commit 2ff5e33
fix(ci): use GITHUB_TOKEN for GHCR authentication (#1577)
Replace CR_PAT with GITHUB_TOKEN for GitHub Container Registry
authentication. The personal access token was causing "denied" errors.
- Add permissions block with packages:write and contents:read
- Use secrets.GITHUB_TOKEN instead of secrets.CR_PAT
- Use github.actor for username (recommended for GITHUB_TOKEN)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent 0465389 commit 2ff5e33
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
66 | 70 | | |
67 | 71 | | |
68 | 72 | | |
69 | | - | |
70 | | - | |
| 73 | + | |
| 74 | + | |
71 | 75 | | |
72 | 76 | | |
73 | 77 | | |
| |||
0 commit comments