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: add contents:write permission to Release workflow
The GITHUB_TOKEN needs write access to create releases and upload
assets. Without explicit permissions, the default read-only token
causes HTTP 403 errors.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>