Commit a7a5272
committed
fix(ci): push the RC tag with the PAT, not GITHUB_TOKEN
GitHub answers a GITHUB_TOKEN tag push with 'remote: Internal Server Error'
- a 500, not a 403 - which is a tag ruleset rejecting the Actions token. The
branch push in the step above already uses OPENSCREEN_RELEASE_TOKEN and works;
only the tag push was still going through the checkout's origin remote.
This failed the job outright when cutting v1.8.0-rc.1, and because the two
remaining steps run after it, both the build trigger and the #rc-testing
Discord announce were skipped. The tag had to be pushed by hand and the build
dispatched manually, with no announce at all.
Push the tag through the same PAT remote so a dispatched pre-release completes
end to end from a release branch.1 parent f508a21 commit a7a5272
1 file changed
Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
119 | | - | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
120 | 123 | | |
121 | 124 | | |
| 125 | + | |
122 | 126 | | |
123 | 127 | | |
124 | 128 | | |
125 | 129 | | |
126 | 130 | | |
| 131 | + | |
127 | 132 | | |
128 | 133 | | |
129 | 134 | | |
130 | 135 | | |
131 | | - | |
| 136 | + | |
132 | 137 | | |
133 | 138 | | |
134 | | - | |
| 139 | + | |
135 | 140 | | |
136 | 141 | | |
137 | 142 | | |
| |||
0 commit comments