Skip to content

Commit 2301c2d

Browse files
committed
No longer persist credentials with checkout.
1 parent e14d328 commit 2301c2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
uses: actions/checkout@v6
2525
with:
2626
fetch-tags: true
27+
persist-credentials: false
2728

2829
- name: Check if commit has tag
2930
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)