JoshOrndorff / recipes

A Hands-On Cookbook for Aspiring Blockchain Chefs
GNU General Public License v3.0
378 stars 188 forks source link

Build and deploy CI workflow failing #438

Closed nuke-web3 closed 3 years ago

nuke-web3 commented 3 years ago

https://github.com/substrate-developer-hub/recipes/actions/runs/832532104

434 fails to build and deploy. Rerun doesn't change the error.

@jimmychu0807 any ideas?

jimmychu0807 commented 3 years ago
Push the commit or tag
  /usr/bin/git push origin gh-pages
  remote: Permission to substrate-developer-hub/recipes.git denied to danforbes.
  fatal: unable to access 'substrate-developer-hub/recipes.git': The requested URL returned error: 403
  Error: Action failed with "The process '/usr/bin/git' failed with exit code 128"

Deployment failed with the above message. It is using personal_token: ${{ secrets.PERSONAL_TOKEN }}. Need someone with admin right to modify the github repository secret token.

jimmychu0807 commented 3 years ago

Asking for permission now. Not something I can fix without higher access right.

jimmychu0807 commented 3 years ago

Gotten the permission to update the PERSONAL_TOKEN, and latest Recipes has been deployed.