Archived
Public Access
The secrets context is not available to workflow-level env, so
`PKG_TOKEN: ${{ secrets.PKG_TOKEN }}` there resolved to empty and the publish
step's guard failed. Declare it in the preflight and build job env blocks
instead, where the secrets context is available.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>