Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support: unable to access 'https://github.com/saigkill/SaschasToolbox.git/': The requested URL returned error: 403 #1102

Closed
3 tasks done
saigkill opened this issue Sep 6, 2024 · 0 comments
Assignees
Labels
support User support

Comments

@saigkill
Copy link

saigkill commented Sep 6, 2024

Checklist

  • I am using the latest version of this action.
  • I have read the latest README and followed the instructions.
  • I have read the latest GitHub Actions official documentation and learned the basic spec and concepts.

Describe your question

I defined a Job:

doxygen:    
  runs-on: ubuntu-latest
  steps:
    - uses: actions/checkout@v4
    - name: Setup Doxygen
      uses: mattnotmitt/doxygen-action@v1.9.5
      with:          
         doxyfile-path: 'doxygen/Doxyfile'      
    - name: Deploy Doxygen documentation
      uses: peaceiris/actions-gh-pages@v4
      with:
        github_token: ${{ secrets.GITHUB_TOKEN }}
        publish_dir: ./documentation/html

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

@saigkill saigkill added the support User support label Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support User support
Projects
None yet
Development

No branches or pull requests

2 participants