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:
parent
123bb620d4
commit
1cba7cb5ee
1 changed files with 3 additions and 0 deletions
3
.github/workflows/memory-safety-report.md
vendored
3
.github/workflows/memory-safety-report.md
vendored
|
|
@ -17,6 +17,9 @@ permissions:
|
|||
contents: read
|
||||
discussions: write
|
||||
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
|
||||
network: defaults
|
||||
|
||||
tools:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue