mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #1235] Credentials could not be loaded, please check your action inputs #679
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#679
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chrisurf on GitHub (Jun 28, 2022).
Original GitHub issue: https://github.com/nektos/act/issues/1235
Bug report info
Command used with act
Describe issue
OS: Mac OS Big Sur
act version: 0.2.28
image: ghcr.io/catthehacker/ubuntu:act-latest
The following error was shown after I upgraded from act v0.2.26 to v0.2.28.
❗ ::error::Credentials could not be loaded, please check your action inputs: Could not load credentials from any providers
❌ Failure - Main Configure AWS Credentials
exitcode '1': failure
The error occurs when calling a composite action via matrix strategy and trying to pass in secret from a local file.
Example:
act --secret-file ~/my-secrets -W ./.github/workflows/my-workflow.ymlThe following outputs section with the secrets
***was not showing as usually when running act v0.2.28.**:set-output:: aws-account-id=*****After rolling back to act v0.2.26 this error is gone and everything was working fine as before. Tried it a couple of times back and four, which makes me think it is linked to version 0.2.28.
I hope this is helpful.
Link to GitHub repository
No response
Workflow content
Relevant log output
Additional information
No response
@github-actions[bot] commented on GitHub (Jul 29, 2022):
Issue is stale and will be closed in 14 days unless there is new activity
@williazz commented on GitHub (Mar 20, 2023):
i'd like to reopen this issue if possible
@elasticdotventures commented on GitHub (May 1, 2023):
seems related to https://github.com/aws-actions/configure-aws-credentials/issues/718
gitto add more errors, tests and specific GitHub Actions error #1556