-
Notifications
You must be signed in to change notification settings - Fork 499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error when using role-to-assume #105
Comments
this also happens in my env |
Looks to be related to an issue with github actions themselves: actions/runner/issues/635 A possible fix is to use |
https://github.community/t/github-action-environment-variable-missing-breaking-issue/125913
|
@ebenezen it looks like the release that causes this issue has been rolled back by Github. Wanted to confirm that this is no longer a problem for you before I close this issue. |
Everything works for me now 👍 |
Hi, yes, everything works now after GitHub made changes at their end. Thanks everyone for your support. |
As of 8/3/2020, we are seeing below error when using
##[error]Missing required environment value. Are you running in GitHub Actions?
to debug further, when we printed all the env variables ( GITHUB_REPOSITORY, GITHUB_WORKFLOW, GITHUB_ACTION, GITHUB_ACTOR, GITHUB_REF, GITHUB_SHA ) , we noticed GITHUB_ACTION to be empty.
Appreciate any help to get this fixed.
The text was updated successfully, but these errors were encountered: