tanwanimohit / deploy-react-to-ghpages

This Action will automate the process of building and depolying react app to gh-pages.
https://github.com/marketplace/actions/deploy-react-app-to-github-pages
MIT License
24 stars 12 forks source link

Fails with "permission denied" #7

Open derekantrican opened 1 year ago

derekantrican commented 1 year ago

Tried to use this and got the following error:

Run git push origin HEAD:gh-pages --force remote: Permission to derekantrican/tea-time-site.git denied to github-actions[bot]. fatal: unable to access 'https://github.com/derekantrican/tea-time-site/': The requested URL returned error: 403 Error: Process completed with exit code 128.

Not sure what I need to do to fix this - I imagine some PAT or something needs to be added? The README for this is pretty bare, so not sure what to do to fix it