mirror of
https://github.com/Z3Prover/z3
synced 2026-03-14 17:19:59 +00:00
Merge pull request #8909 from angelica-moreira/memory-safety-pipeline
fix: pass GH_TOKEN to memory safety report workflow
This commit is contained in:
commit
1009b13acd
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: read
|
||||
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
|
||||
network: defaults
|
||||
|
||||
tools:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue