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
fix(ci): use gh api for release creation to fix workflow scope error
gh release create in Actions fails with "workflow scope may be required"
even with a PAT that has workflow scope. Switch to gh api direct call
which bypasses gh CLI's token resolution issues. Also remove GITHUB_TOKEN
fallback to fail early if GH_PAT is not set.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments