Ran into a problem deploying the spec-up for a new specification in a new repo.
The publish job is failed with this message:
/usr/bin/git push origin --force gh-pages
remote: Permission to dhh1128/did-method-webs.git denied to github-actions[bot].
fatal: unable to access 'https://github.com/dhh1128/did-method-webs.git/': The requested URL returned error: 403
Error: Action failed with "The process '/usr/bin/git' failed with exit code 128"
Per this note, this change fixed it for the new spec we were publishing.
I think the change is needed generally, so adding this PR to the spec-up repo.
Ran into a problem deploying the spec-up for a new specification in a new repo.
The publish job is failed with this message:
Per this note, this change fixed it for the new spec we were publishing.
I think the change is needed generally, so adding this PR to the spec-up repo.