mplawley / tundra-tech-talks

Tundra Tech Talks (TTT) is the hand-crafted website for this Ithaca-based group of techies
MIT License
1 stars 1 forks source link

Push built version of site to gh-pages #2

Closed OmarShehata closed 8 months ago

OmarShehata commented 8 months ago

Manually push the deployed version to gh-pages until we can fix the github action. This is the result of

This is what the github action does but it's currently failing due to

/usr/bin/git push origin gh-pages
  remote: Permission to mplawley/tundra-tech-talks.git denied to github-actions[bot].
  fatal: unable to access 'https://github.com/mplawley/tundra-tech-talks.git/': The requested URL returned error: 403
  Error: Action failed with "The process '/usr/bin/git' failed with exit code 128"
OmarShehata commented 8 months ago

@mplawley I think that was my bad, I missed a step in my instructions to you, looks like you need to give the github action bot write permission (as described here https://stackoverflow.com/a/75175628)

You have to configure your repository - Settings -> Action -> General -> Workflow permissions and choose read and write permissions