v1.3.4
Fixed
- Preserve caller's
GITHUB_TOKENwhen already set in environment (#16). v1.3.3 would overwrite a PAT set via job-levelenv:with the less-privileged defaultgithub.token. Now uses??=to only set the token when not already present.
What's Changed
- fix: preserve caller's GITHUB_TOKEN when already set in environment by @danielmeppiel in #16
Full Changelog: v1.3.3...v1.3.4