3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-03-14 09:09:58 +00:00

fix: pass GH_TOKEN to memory safety report workflow

The reporting workflow needs explicit GH_TOKEN env to download
artifacts from the triggering workflow run via gh CLI.
This commit is contained in:
Angelica Moreira 2026-03-09 21:49:22 +00:00
parent 123bb620d4
commit 1cba7cb5ee

View file

@ -17,6 +17,9 @@ permissions:
contents: read
discussions: write
env:
GH_TOKEN: ${{ github.token }}
network: defaults
tools: