You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered:
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
and here is a screenshot of the Action permissions for this repo:
It's clearly a verified action, so what's the problem?
Actual behavior
CI error:
Expected behavior
A successful PDM setup / installation step in the workflow.
Environment Information
N/A
The text was updated successfully, but these errors were encountered: