This repository was archived by the owner on Jan 6, 2026. It is now read-only.
Commit bd9e152
authored
use the provided GITHUB_TOKEN instead of a provided one (#14173)
Recently updating these shopify provided github tokens to GITHUB_TOKEN,
which is provided by github in the run context of the job, has been
needed to get old jobs running: I think a credential changed or expired
at the org scope.
Unsure if this will fix the problem, but should give us next steps.
Also added a `workflow_dispatch` to this action with a configurable
branch name, so we can test the deploy flow from PRs in the future, no
more CI golf.1 parent 8044489 commit bd9e152
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
9 | 15 | | |
10 | 16 | | |
11 | 17 | | |
| |||
15 | 21 | | |
16 | 22 | | |
17 | 23 | | |
18 | | - | |
| 24 | + | |
19 | 25 | | |
20 | 26 | | |
21 | 27 | | |
22 | 28 | | |
23 | 29 | | |
24 | | - | |
| 30 | + | |
25 | 31 | | |
0 commit comments