ci: enforce ssh checkout on all gitea workflows

Adds ssh-key to actions/checkout configurations and fixes yaml indentation in upload_pck.yml
This commit is contained in:
2026-07-02 15:40:37 +08:00
parent 6da55003e2
commit 187b530cbf
6 changed files with 85 additions and 8 deletions
+2
View File
@@ -22,6 +22,8 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
ssh-key: ${{ secrets.TEKTON_SSH_KEY }}
ssh-strict: false
- name: Setup Godot
uses: firebelley/godot-action@v3