ci: fix gitops checkout and remove demo workflow
CI/CD Pipeline / quality-and-security (push) Failing after 36s
CI/CD Pipeline / build-and-push (push) Has been skipped
CI/CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
2026-07-01 19:56:14 +00:00
parent 558cb77c35
commit a53da6a4b1
2 changed files with 2 additions and 8 deletions
+2 -1
View File
@@ -62,9 +62,10 @@ jobs:
needs: build-and-push needs: build-and-push
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout Code - name: Checkout GitOps Repo
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
repository: khalil/tamagotchi-gitops
token: ${{ secrets.GITEA_TOKEN }} token: ${{ secrets.GITEA_TOKEN }}
- name: Update ArgoCD k8s.yaml Manifest - name: Update ArgoCD k8s.yaml Manifest
-7
View File
@@ -1,7 +0,0 @@
name: Demo
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: echo "Hello Gitea Actions"