Skip to content

Commit 8b447ef

Browse files
bloveclaude
andcommitted
ci(release-provenance): set top-level DO_NOT_TRACK=1 to satisfy workflow guard
The supply-chain-hardening guard (scripts/ci-workflow.spec.mjs) added in #684 asserts every workflow sets a top-level DO_NOT_TRACK=1, but release-provenance.yml was missed — so the 'Validate CI workflow guards' check fails on every PR. Add the env block; guard test now passes 11/11. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent e973a11 commit 8b447ef

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release-provenance.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
permissions:
88
contents: read
99

10+
env:
11+
DO_NOT_TRACK: '1'
12+
1013
jobs:
1114
build-artifacts:
1215
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)