Merge pull request #2618 from zeroclaw-labs/fix/release-build-blockers

fix(ci): pass GH_TOKEN to release trigger guard step
This commit is contained in:
xj 2026-03-03 00:21:32 -08:00 committed by GitHub
commit 49efa16418
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -144,6 +144,8 @@ jobs:
--output-json artifacts/release-trigger-guard.json \
--output-md artifacts/release-trigger-guard.md \
--fail-on-violation
env:
GH_TOKEN: ${{ github.token }}
- name: Emit release trigger audit event
if: always()