Files
gh-actions/.github/workflows/test-argocd.yaml
Gharekhani Ehsan b00220b079 add argocd
2025-12-25 16:14:00 +03:30

14 lines
243 B
YAML

name: ArgoCD Deployment
run-name: ${{ github.actor }} run Actions 🚀
on:
- push
jobs:
argocd:
uses: ./.github/workflows/argocd.yaml
with:
debug: true
secrets:
ARGOCD_GIT_TOKEN: ${{ secrets.ARGOCD_GIT_TOKEN }}