Skip to content

Testing value update change only. #70

Testing value update change only.

Testing value update change only. #70

name: Values Only Update - Stage
on:
workflow_dispatch:
push:
paths:
- 'k8s/values/stage.yaml'
- '!.github/**'
permissions:
id-token: write
contents: write
jobs:
values-update-stage:
name: Update Values in Deployment Repo
uses: truemark/github-workflows/.github/workflows/stage-values-update.yml@argocd-demo
secrets:
app_id: ${{ secrets.RELEASE_BOT_ID }}
private_key: ${{ secrets.RELEASE_BOT_KEY }}