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
{{ message }}
This repository was archived by the owner on Nov 10, 2022. It is now read-only.
Describe the bug
github_package_registry_token action doesn't work.
I created a personal token and set it to github_package_registry_token. But once my workflow runs I am getting error 401.
That is part of my yml file:
Describe the bug
github_package_registry_token action doesn't work.
I created a personal token and set it to github_package_registry_token. But once my workflow runs I am getting error 401.
That is part of my yml file:
Expected behavior
Setting github_package_registry_token should work.
Additional context
Reading the entrypoint.sh file, the IF doesn't seem right since it is testing if the parameter is empty.