Closed sknick closed 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
Anyone know how to fix the check failure?