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
This verbose logging will clarify the root cause of this 403 error:
"curl: (22) The requested URL returned error: 403"
Also, the entire script returned success because the "exit 1" was called
within the piped while loop. For it to work, we need `-o pipefail`.
0 commit comments