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 workflow: Use github.token instead of GITHUB_TOKEN secret
- github.token is automatically provided by GitHub Actions
- GITHUB_TOKEN is a reserved secret name that causes conflicts
- This fixes the workflow validation error
0 commit comments