Skip to content

Commit 086224b

Browse files
committed
fix: ensure credentials are not persisted during checkout in auto-version-tag workflow
1 parent 271b93c commit 086224b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/auto-version-tag.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
uses: actions/checkout@v4
2424
with:
2525
fetch-depth: 0
26+
persist-credentials: false
2627

2728
- name: Determine version bump type from commits
2829
id: bump-type

0 commit comments

Comments
 (0)