Why i am getting a session token error when i am using aws-actions / configure-aws-credentials in github actions ? #740
Unanswered
fjiang-aamc
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Can you post the full workflow file? I'm curious if you're running on a self hosted runner. If so, it would be possible that the self hosted runner has existing AWS keys as environment variables that are causing conflict with this action |
Beta Was this translation helpful? Give feedback.
1 reply
-
Same error today. Any fixes yet ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
i am getting a
Error: The security token included in the request is invalid.
when I am using aws-actions / configure-aws-credentials in GHA by following the document. I don't find where can we set up the token or do we need to set it up. below is the code, thank youBeta Was this translation helpful? Give feedback.
All reactions