ci(linux): disable credential persistence on checkout step

This commit is contained in:
cheezwiz7899
2026-07-02 13:21:48 +10:00
parent f8eb29c7a6
commit 18f9f15f2a
+2
View File
@@ -205,6 +205,8 @@ jobs:
steps:
- name: Checkout CI Scripts
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Clone Citron Source
shell: bash