Generate a personal access token (classic) to access maven reposiotry #130
Unanswered
pawel-jedruch-swiftpay
asked this question in
Q&A
Replies: 1 comment 2 replies
-
That is correct,
The |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We do have two private repositories in our organization, let's call them: library and project. The library is hosted in the Maven GitHub repository. The project workflow is using a personal access token for authorization (according to documentation.
Now we want to migrate to
actions/create-github-app-token
, but I was unable to create a working solution..github/workflows/example.yml
I've tried multiple configurations but always end up with the following error:
What I'm guessing is that create-github-app-token doesn't support a personal access token. Could you confirm if this is the case?
Beta Was this translation helpful? Give feedback.
All reactions