Closed ajschmidt8 closed 9 months ago
This change switches the GITHUB_TOKEN used by semantic-release to the WORKFLOW_TOKEN, which is a PAT for the GPUtester user.
GITHUB_TOKEN
semantic-release
WORKFLOW_TOKEN
GPUtester
This should hopefully get us passed the release issue below:
This problem was introduced in #62, when I tried to replace my own PAT with the default GITHUB_TOKEN.
:tada: This PR is included in version 1.9.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
This change switches the
GITHUB_TOKEN
used bysemantic-release
to theWORKFLOW_TOKEN
, which is a PAT for theGPUtester
user.This should hopefully get us passed the release issue below:
This problem was introduced in #62, when I tried to replace my own PAT with the default
GITHUB_TOKEN
.