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

Error when trying to use PDM Setup GitHub Action #2367

Closed
sr-murthy opened this issue Nov 4, 2023 · 1 comment
Closed

Error when trying to use PDM Setup GitHub Action #2367

sr-murthy opened this issue Nov 4, 2023 · 1 comment
Labels
🐛 bug Something isn't working

Comments

@sr-murthy
Copy link
Contributor

  • [Y ] I have searched the issue tracker and believe that this is not a duplicate.

I'm trying to use the PDM Setup GitHub action in a GitHub workflow in one of my private repos (with Actions permissions to allow all actions from GitHub and verified creators, but I get an error suggesting I can't use it.

Steps to reproduce

Here's the excerpt from my workflow to use PDM setup action

...
- name: Set up PDM
  uses: pdm-project/setup-pdm@v3
...

and here is a screenshot of the Action permissions for this repo:

Screenshot 2023-11-04 at 10 43 04

It's clearly a verified action, so what's the problem?

Actual behavior

CI error:

pdm-project/setup-pdm@v3 is not allowed to be used in sr-murthy/<private repo>. Actions in this workflow must be: within a repository owned by sr-murthy, created by GitHub, or verified in the GitHub Marketplace.

Expected behavior

A successful PDM setup / installation step in the workflow.

Environment Information

N/A

@sr-murthy sr-murthy added the 🐛 bug Something isn't working label Nov 4, 2023
@sr-murthy
Copy link
Contributor Author

Closing this, and opening a new one in Setup PDM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant