configure-aws-credentials
configure-aws-credentials copied to clipboard
Credentials could not be loaded, please check your action inputs: Could not load credentials from any providers
Hi I have a this problem on the reusable workflow
this is my workflow
I am facing the same issue
Solved it somehow by using @master
instead of @v1
@Dgame I tried that, but in vain
I find solution you need to add this secrets: inherit
In my case hire
i think you need
permissions:
id-token: write
contents: read
Its what i needed in my case.
i think you need
permissions: id-token: write contents: read
Its what i needed in my case.
This worked for me as well
This is now documented better, and there is a helpful message that shows in the workflow logs if it's likely you need to enable this permission in v3
** Note ** Comments on closed issues are hard for our team to see. If you need more assistance, please either tag a team member or open a new issue that references this one. If you wish to keep having a conversation with other community members under this issue feel free to do so.