Closed MasonM closed 2 weeks ago
Seems it's not working, probably because of "With the exception of GITHUB_TOKEN, secrets are not passed to the runner when a workflow is triggered from a forked repository" - https://docs.github.com/en/actions/security-for-github-actions/security-guides/using-secrets-in-github-actions#using-secrets-in-a-workflow
Not sure if there's anything we can do about this
Partial fix for #10807
Motivation
E2E test builds are occasionally failing while pulling images from Docker Hub due to rate limiting. Example:
As explained in the error, logging in increases the limit.
Modifications
We're already doing this in the "Release" workflow, so this copies that over: https://github.com/argoproj/argo-workflows/blob/eb23eb6b84a1ecf0826a4e16d6a2032fd0cb08b7/.github/workflows/release.yaml#L51-L55
Verification
Wait for actions to run