Skip to content

Commit 2ac91d0

Browse files
committed
feat: add persist-credentials false to checkout step
1 parent d7f02f0 commit 2ac91d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
uses: actions/checkout@v4
5454
with:
5555
token: ${{ steps.app-token.outputs.token }}
56+
persist-credentials: false
5657

5758
- name: Setup
5859
uses: ./.github/actions/setup

0 commit comments

Comments
 (0)