configure-aws-credentials icon indicating copy to clipboard operation
configure-aws-credentials copied to clipboard

Credentials could not be loaded, please check your action inputs: Could not load credentials from any providers

Open TigranKhudav opened this issue 2 years ago • 3 comments

Hi I have a this problem on the reusable workflow image

this is my workflow image

TigranKhudav avatar Jun 20 '22 11:06 TigranKhudav

I am facing the same issue

imranshaikmuma avatar Jun 23 '22 03:06 imranshaikmuma

Solved it somehow by using @master instead of @v1

Dgame avatar Jun 24 '22 08:06 Dgame

@Dgame I tried that, but in vain I find solution you need to add this secrets: inherit In my case hire image

TigranKhudav avatar Jun 24 '22 08:06 TigranKhudav

i think you need

permissions:
  id-token: write
  contents: read

Its what i needed in my case.

parisnakitakejser avatar Oct 28 '22 05:10 parisnakitakejser

i think you need

permissions:
  id-token: write
  contents: read

Its what i needed in my case.

This worked for me as well

vreddhi avatar Nov 28 '22 04:11 vreddhi

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

peterwoodworth avatar Aug 24 '23 21:08 peterwoodworth

** 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.

github-actions[bot] avatar Aug 24 '23 21:08 github-actions[bot]