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:
* CI: fix publish docs workflow
* CI: wait for the test workflow to finish before deploying docs
* CI: update the workflow to use upload/download-artifacts actions v4
* CI: Add a missing env var for name construction
* CI: remove `github_token` from gh-pages action
* CI: reverting back the token config for gh-pages action
Per peaceiris/actions-gh-pages#1102 (comment)
* CI/CLN: clean-up unused steps of the workflow
* CI: restrict publishing only from the branch of the canonical repo
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: