Skip to content

Invalid username or password #627

Answered by JamesIves
cmacdonnacha asked this question in Q&A
Discussion options

You must be logged in to vote

Yep, it was renamed to token. I think you're missing a step here, the name in the access token screen isn't the same as the name you provide in your repositories secrets menu.

  • Generate an access token in the developer settings menu of GitHub with the correct permission scope, you can name it whatever identifies the purpose of the token.
  • Copy the key it generates
  • Go to your repository you're running the workflow from, open Settings and go to the Secrets menu
  • Click Add new repository secret
  • Name your secret, in your case it looks like it's GITHUB_ACCESS_TOKEN.
  • Paste the key you generated from the workflow. You should see something like this:

Afterwards re-run the workflow, and it should …

Replies: 5 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@cmacdonnacha
Comment options

Answer selected by cmacdonnacha
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #624 on March 06, 2021 16:30.