Fix: Ensure credentials are not persisted during checkout in sync workflow
This commit is contained in:
parent
b70001b4b1
commit
e33306b6af
1 changed files with 1 additions and 0 deletions
1
.github/workflows/sync-to-public.yml
vendored
1
.github/workflows/sync-to-public.yml
vendored
|
|
@ -27,6 +27,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
persist-credentials: false
|
||||
|
||||
- name: Verify token works
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue