Skip to content

Commit 482b2b4

Browse files
authored
Enable credential persistence in checkout action
1 parent ec72254 commit 482b2b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-to-branch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
uses: actions/checkout@v4
4343
with:
4444
fetch-depth: 0
45+
persist-credentials: true
4546

4647
- name: Install pnpm
4748
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)