You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: use --netrc for downloading hubris artifacts as well
An actions scope is needed to download artifacts from the Github API.
Pass `--netrc` to use the buildomat provided API key as we do for the
other curl invocations.
ci: tuf-repo: harden curl invocations
Some useful flags for curl in a scripted context:
-f fail on server errors
-s silent mode
-S show error on failure
-L follow redirects
0 commit comments