Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,12 @@ jobs:
smoke:
needs: version
uses: ./.github/workflows/z3-smoke.yml
# A called workflow may not request more than the calling job grants;
# the smoke gate needs pull-requests: read for paths-filter.
Comment on lines +168 to +169
permissions:
contents: read
packages: write
pull-requests: read

# 3. Source archives: one ZIP per vendored component (only tracked files).
source:
Expand Down