fix(ci): Forgejo Actions auth + kustomize cleanup in validate-k8s workflow

This commit is contained in:
Story Crater Bot
2026-08-18 15:08:01 -07:00
parent 517d823f77
commit e48580adb9
3 changed files with 25 additions and 6 deletions
+7 -1
View File
@@ -12,7 +12,13 @@ jobs:
runs-on: docker
steps:
- name: Checkout
uses: actions/checkout@v4
run: |
REPO_URL="${{ gitea.server_url }}/${{ gitea.repository }}.git"
CLONE_URL="https://${{ secrets.CI_RUNNER }}:${{ secrets.CI_RUNNER_SECRET }}@${REPO_URL#https://}"
git clone --depth 1 "$CLONE_URL" .
cd ${GITHUB_WORKSPACE}
git fetch origin main
git checkout main
- name: Install ArgoCD CLI
run: |