Skip to content

v1.3.3

Choose a tag to compare

@danielmeppiel danielmeppiel released this 19 Mar 00:30
· 30 commits to main since this release
7907fb1

Fixed

  • Pass github-token input to APM subprocess as GITHUB_TOKEN (#15). The input was declared but never read — APM ran unauthenticated, hitting rate limits (60/hr) and failing on private repo dependencies.

Upgrade

- uses: microsoft/apm-action@v1  # floating tag updated automatically

What's Changed

  • fix: pass github-token input to APM subprocess as GITHUB_TOKEN by @danielmeppiel in #15

Full Changelog: v1.3.2...v1.3.3