Skip to content

Commit 813b0a7

Browse files
committed
chore(ci): do not persist checkout credentials
Hopefully makes semantic-release/git push creds to actually take effect. Refs semantic-release/git#196 (comment)
1 parent 17636f2 commit 813b0a7

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
@@ -13,6 +13,7 @@ jobs:
1313
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1414
with:
1515
fetch-depth: 0
16+
persist-credentials: false
1617
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
1718
with:
1819
node-version: 22

0 commit comments

Comments
 (0)