-
Out of curiosity, is a human merging or a GitHub workflow? |
Beta Was this translation helpful? Give feedback.
-
@rmclaughlin-nelnet did you get this fixed? I’m getting the same error although on every release |
Beta Was this translation helpful? Give feedback.
-
It turned out to be the token we were using had expired. |
Beta Was this translation helpful? Give feedback.
-
When we merge to master we run a release using semantic-release. However sometimes the release fails to publish because the GITHUB_TOKEN is invalid. The error does not occur every time, and usually I can just rerun the workflow and it will work. This is not ideal and I would like it to be more stable.
Here is our workflow
Here is the error we are getting
Any idea what could be causing this or how to fix it?
Beta Was this translation helpful? Give feedback.
It turned out to be the token we were using had expired.