v1.3.3
Fixed
- Pass
github-tokeninput to APM subprocess asGITHUB_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 automaticallyWhat'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