Skip to content

Commit ae69dc9

Browse files
committed
fix(ci): set persist-credentials false on release checkout
Refs: PSEC-923 Generated-By: claude-guard chain 2726445e314ce3922b06486c6d780b2c Skills-Applied: artipacked Skills-Sha: 7dedf1fc9723c0487e7d2b10722852cb5bf2a1835d1e4bb0a462bcc4d3c65a6f Image-Sha: sha256:20335121a95cc1ec4a70b7a8f9327bf74c23563767143377c640546e0a0e2390
1 parent 2a65d21 commit ae69dc9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151

5252
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5353
with:
54+
persist-credentials: false
5455
fetch-depth: 0 # fetch all history for all tags and branches
5556
token: ${{ steps.octo-sts.outputs.token }}
5657

0 commit comments

Comments
 (0)