Skip to content

remote: Invalid username or password. #976

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

You must be logged in to vote

Please can you provide your workflow file? This is likely occurring due to a change in the GitHub API that disabled a legacy authentication method. Please update your workflow so it points to the latest version as this has been since resolved: JamesIves/github-pages-deploy-action@4.2.0.

Additionally it's a good idea to configure a .github/dependabot.yml file with the following so you can get automated pull request updates for your workflows:

version: 2
updates:
  - package-ecosystem: github-actions
    directory: '/'
    schedule:
      interval: daily
      time: '10:00'
    open-pull-requests-limit: 10

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@zmoon
Comment options

@JamesIves
Comment options

@zmoon
Comment options

@SDGPI2020
Comment options

@SDGPI2020
Comment options

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

This discussion was converted from issue #975 on January 06, 2022 11:08.