qooxdoo / website

The source code for building Qooxdoo's website
http://qooxdoo.org
3 stars 7 forks source link

Updating version in upper right #74

Closed sknick closed 1 year ago

sknick commented 1 year ago

Anyone know how to fix the check failure?

Push the commit or tag
  /usr/bin/git push origin gh-pages
  remote: Permission to qooxdoo/website.git denied to github-actions[bot].
  fatal: unable to access 'https://github.com/qooxdoo/website.git/': The requested URL returned error: 403
  Error: Action failed with "The process '/usr/bin/git' failed with exit code 128"
johnspackman commented 1 year ago

@sknick 403 is "forbidden" ie access denied; this would suggest access tokens or on the wrong branch, and I would imagine that is exactly what is happening here - for example, your branch is a PR and the git action is incorrectly trying to commit to the master of https://github.com/qooxdoo/website.git.

I think that this probably has not come up before because we decided to stop doing PRs within the core team when we were making lots of (relatively minor) changes - so we just committed to master and it worked.

I'm going to override and merge this now so we can test my theory, and if I'm wrong it should be harmless because it's obviously not something that you've done