-
Describe the bugI'm getting an error when I attempt to commit the master initialize on the Deploy to Github Pages. Reproduction StepsLogsChecking configuration and starting deployment… 🚦 Additional Comments |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
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: Additionally it's a good idea to configure a version: 2
updates:
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: daily
time: '10:00'
open-pull-requests-limit: 10 |
Beta Was this translation helpful? Give feedback.
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/[email protected]
.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: