Skip to content

feat: bump argo-cd to v2.13.2 #7

feat: bump argo-cd to v2.13.2

feat: bump argo-cd to v2.13.2 #7

name: release argo-cd
on:
push:
branches:
- main
paths:
- "stable/argo-cd/**"
release:
types: [published, created]
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Publish Helm charts
uses: ./.github/actions/helm-gh-pages
with:
token: ${{ secrets.CR_TOKEN }}
charts_dir: stable/argo-cd