Commit 683909c
ci(deploy): use REPO_ACCESS_TOKEN for sibling-repo checkouts
The first auto-deploy run on 2026-05-15T06:28Z failed because
GITHUB_TOKEN is auto-scoped to the current repo only — fetching
the private sibling repos (common, proto) returned 404 from the
GH API. Swap both Checkout steps to use REPO_ACCESS_TOKEN, a
fine-grained PAT with read access to those siblings.
Operator action that made this work: `gh secret set
REPO_ACCESS_TOKEN --repo InstaNode-dev/<this-repo>`.
The ghcr.io docker login step still uses GITHUB_TOKEN — packages:write
is implicit on the current repo's token, no PAT needed there.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 21ccbb3 commit 683909c
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
60 | 64 | | |
61 | 65 | | |
62 | 66 | | |
63 | 67 | | |
64 | 68 | | |
65 | 69 | | |
66 | | - | |
| 70 | + | |
67 | 71 | | |
68 | 72 | | |
69 | 73 | | |
| |||
0 commit comments