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 Jul 16, 2025. It is now read-only.
* feat: add new tokenless support
We no longer have to send the X-Tokenless header
anymore.
Signed-off-by: joseph-sentry <[email protected]>
* fix: remove github API call from tokenless
we no longer want to make the github API call to check if the current
ref we are uploading from is a PR to determine what to set the tokenless
header to. It's no longer necessary and all that is needed for tokenless
is to pass the correct branch name (containing a ':') to the create
commit step so that tokenless works. The CLI will automatically check if
the TOKENLESS env var has been set by the action. The action will set
this env var when it detects it's running on a fork.
Signed-off-by: joseph-sentry <[email protected]>
* fix: address feedback
* fix: add clarifying comment
Signed-off-by: joseph-sentry <[email protected]>
* test: fix tests
* chore: make lint
Signed-off-by: joseph-sentry <[email protected]>
* chore: make lint
---------
Signed-off-by: joseph-sentry <[email protected]>
0 commit comments