Trying to install this extension in GitHub workflow requires GH_TOKEN env variable #38
-
I am trying to use this extension so that I can generate GitHub token from APP_ID and Private Key but when I want to install required plug in I get an error saying the GH_TOKEN is missing. The issue is I do not have this token because I need this extension to create it right? If I use just a random placeholder value for this env variable I get Bad credentials error... How can I download and install this extension without being authenticated pls? |
Beta Was this translation helpful? Give feedback.
Answered by
Link-
May 28, 2024
Replies: 1 comment 3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do not use this extension in your workflows, instead use this action: https://github.com/actions/create-github-app-token
This extension ins designed for on your machine use. While it can be used in workflows, there are better alternatives like the one I mentioned.