Skip to content
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

Unable to resolve action. Repository not found: shallwefootball/s3-upload-action #61

Open
ashiquemohammed opened this issue Jul 2, 2023 · 3 comments

Comments

@ashiquemohammed
Copy link

I use the action for uploading the build files to s3 .

But surpised for my first use , it fails with the below error .

Current runner version: '2.305.0'
Operating System
Runner Image
Runner Image Provisioner
GITHUB_TOKEN Permissions
Secret source: Actions
Prepare workflow directory
Prepare all required actions
Getting action download info
Error: Unable to resolve action. Repository not found: shallwefootball/s3-upload-action

@mu-hasan
Copy link

it's typo on docs i guess. from shallwefootball/s3-upload-action try to change into this shallwefootball/upload-s3-action

@nemyagky
Copy link

Same for me. Works for my own repo, but not for company's repo

@cehowe
Copy link

cehowe commented Jan 22, 2024

Same for me. Works for my own repo, but not for company's repo

Had this problem as well. Was using a personal repo and it worked fine. Switched the same repo over to enterprise and it stopped working. It took 2 separate steps to solve for me:

  1. Go into repository (not organization) settings > Actions > General, and under "Access" change from "Not accessible" to "Accessible from repositories in the [your organization] organization/enterprise (depending on which you're using).
  2. Perform the step described by mu-hasan:

it's typo on docs i guess. from shallwefootball/s3-upload-action try to change into this shallwefootball/upload-s3-action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants