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
The best thing would probably be to configure the git-lfs-s3 auth process to trust GitHub Actions via OIDC (i.e. conditional on the Subject claim matching your repo), and then configure your GitHub Actions workflow to:
As is (without needing to modify the existing code), you could store a Cognito user's credentials as a GitHub Actions secret and then use it with the credential helper as linked above.
The authencation of default is interactive, but github workflow doesn't support. what's the best practice in github action?
The text was updated successfully, but these errors were encountered: