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
ci: release with the built-in token instead of a PAT
DEPLOY_PAT existed only so @semantic-release/git could push the release
commit past the two-stage ruleset. Bypassing that ruleset for the GitHub
Actions app removes the need for any personal credential, matching
turbo-sdk, which runs the same release on the plain GITHUB_TOKEN.
0 commit comments