Skip to content

Commit f293f9a

Browse files
authored
chore(ci): add persist-credentials option to checkout step
1 parent 74a297d commit f293f9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-and-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ jobs:
165165
steps:
166166
- name: Checkout
167167
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
168+
with:
169+
persist-credentials: false
168170

169171
- name: Restore Cached Docs
170172
if: ${{ github.event_name == 'push' }}

0 commit comments

Comments
 (0)