mirror of
https://github.com/citron-neo/PR.git
synced 2026-07-05 15:22:02 -07:00
ci(linux): disable credential persistence on checkout step
This commit is contained in:
@@ -205,6 +205,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout CI Scripts
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: Clone Citron Source
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user