Commit ff63436
committed
Use RELEASE_PAT for checkout to ensure push authenticates as TEAM4-0
Copilot review: actions/checkout persists GITHUB_TOKEN credentials
that would override a remote URL change. Passing token: RELEASE_PAT
to the checkout step ensures the persisted credential is already the
RELEASE_PAT, so the git push uses it without needing to modify the
remote URL.1 parent a58197f commit ff63436
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
77 | | - | |
78 | | - | |
79 | | - | |
| 78 | + | |
80 | 79 | | |
81 | 80 | | |
82 | 81 | | |
| |||
0 commit comments