You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While executing the actions-gh-pages job i'm getting:
Push the commit or tag
/usr/bin/git push origin gh-pages
remote: Permission to saigkill/SaschasToolbox.git denied to github-actions[bot].
fatal: unable to access 'https://github.com/saigkill/SaschasToolbox.git/': The requested URL returned error: 403
Error: Action failed with "The process '/usr/bin/git' failed with exit code [128](https://github.com/saigkill/SaschasToolbox/actions/runs/10745865186/job/29805745309#step:5:134)"
I used GITHUB_TOKEN as proposed in the documentation.
Relevant links
Public repository: https://github.com/saigkill/SaschasToolbox
YAML config:
YAML workflow: https://github.com/saigkill/SaschasToolbox/blob/master/.github/workflows/dotnet.yml
Relevant log output
Push the commit or tag
/usr/bin/git push origin gh-pages
remote: Permission to saigkill/SaschasToolbox.git denied to github-actions[bot].
fatal: unable to access 'https://github.com/saigkill/SaschasToolbox.git/': The requested URL returned error: 403
Error: Action failed with "The process '/usr/bin/git' failed with exit code [128]
Additional context.
No response
The text was updated successfully, but these errors were encountered:
Checklist
Describe your question
I defined a Job:
While executing the actions-gh-pages job i'm getting:
I used GITHUB_TOKEN as proposed in the documentation.
Relevant links
Relevant log output
Push the commit or tag
/usr/bin/git push origin gh-pages
remote: Permission to saigkill/SaschasToolbox.git denied to github-actions[bot].
fatal: unable to access 'https://github.com/saigkill/SaschasToolbox.git/': The requested URL returned error: 403
Error: Action failed with "The process '/usr/bin/git' failed with exit code [128]
Additional context.
No response
The text was updated successfully, but these errors were encountered: