mirror of
https://github.com/Z3Prover/z3
synced 2026-06-02 23:27:53 +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
|
contents: read
|
||||||
discussions: write
|
discussions: write
|
||||||
|
|
||||||
|
env:
|
||||||
|
GH_TOKEN: ${{ github.token }}
|
||||||
|
|
||||||
network: defaults
|
network: defaults
|
||||||
|
|
||||||
tools:
|
tools:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue