You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the GutHub Action python-semantic-release, it successfully created a new tag but fail to release.
......
Building VizAble (0.13.3)
- Building sdist
- Built vizable-0.13.3.tar.gz
- Building wheel
- Built vizable-0.13.3-py3-none-any.whl
Build completed successfully!
[16:21:07] INFO [semantic_release.hvcs.github] INFO github.py:254
github.create_release: Creating release for
tag v0.13.3
[16:21:08] ERROR [semantic_release.cli.commands.version] ERROR version.py:751
version.version: 401 Client Error:
Unauthorized for url:
https://api.github.com/repos/Rebekah-Chuang/V
izAble/releases
NoneType: None
401 Client Error: Unauthorized for url: https://api.github.com/repos/Rebekah-Chuang/VizAble/releases
Failed to create release on Github!
How to fix?
Check if the token is expired:
Go to Profile --> Settings --> Developer Settings --> Personal access tokens --> Tokens (classic) --> [Click on the token needed] --> Regenerate Token --> [Copy the token immediately] --> Update token
Go back to Repo --> Settings(Tab) --> Secrets and variables --> Actions --> [Click on the token you want to update] --> [Paste the copied token] --> Update secret
Go back to action and re-run job
The text was updated successfully, but these errors were encountered:
Run the GutHub Action
python-semantic-release
, it successfully created a new tag but fail to release.How to fix?
Check if the token is expired:
The text was updated successfully, but these errors were encountered: