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 Sep 5, 2025. It is now read-only.
Simplify workflow token usage and fix version to 0.5.4
- Remove custom token passing in reusable workflows
- Use built-in github.token instead of passing token as a secret
- Fix workflow validation errors by removing reserved GITHUB_TOKEN name
- Update README and examples to match the simplified approach
- Bump version to 0.5.4
This is a much cleaner approach that uses GitHub's built-in token mechanism
rather than requiring users to pass the token explicitly.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments