Skip to content

v1.4.1

Choose a tag to compare

@danielmeppiel danielmeppiel released this 26 Mar 17:12
· 26 commits to main since this release
a190b0b

What's Changed

Bug fix: Do not shadow caller's GITHUB_TOKEN with GITHUB_APM_PAT (#21)

When a caller provides GITHUB_TOKEN via step/job-level env: (e.g., a GitHub App token from gh-aw for cross-org private repo access), the action no longer injects the default github.token into GITHUB_APM_PAT. Since APM CLI's token precedence is GITHUB_APM_PAT > GITHUB_TOKEN, this was causing the wrong token to be used, resulting in "Repository not found" / "Authentication failed" errors.

Also treats empty-string GITHUB_TOKEN as not-provided, ensuring the input token is correctly forwarded in edge cases.

Full Changelog: v1.4.0...v1.4.1

What's Changed

  • fix: do not shadow caller GITHUB_TOKEN with GITHUB_APM_PAT by @danielmeppiel in #21

Full Changelog: v1.4.0...v1.4.1