mirror of
https://gitea.pinpod.ir/pinwar/gh-actions.git
synced 2026-09-15 14:30:14 +00:00
14 lines
243 B
YAML
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 }}
|
|
|