Commit bb66d4a
committed
fix(github): tolerate rate-limited version lookup in the action
Composite bash steps run with -e -o pipefail, so a failed
unauthenticated curl to api.github.com (shared runner IPs regularly
exhaust the 60/hr limit) kills the step before the ${VERSION:-latest}
fallback on the next line can apply. Authenticate the lookup with
github.token and let the pipeline fail soft so the documented fallback
is actually reachable.1 parent 518b0bf commit bb66d4a
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
47 | 49 | | |
48 | | - | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| |||
0 commit comments