From 5f5268b66384a57d57cb081ce757374b27c21416 Mon Sep 17 00:00:00 2001 From: Lucie Daeye Date: Tue, 6 Feb 2024 14:18:43 +0100 Subject: [PATCH] update deploy-staging job --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 2118b0b..4e4cdaa 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -230,6 +230,6 @@ jobs: deploying_repo: ${{ github.repository }} infra_repo: ${{ env.INFRA_REPO }} deploy_key: ${{ secrets.DEPLOY_KEY }} - app: # This needs to be the name of your application in ArgoCD for this environment + app: kotlin-application-template-staging argocd_pipeline_password: ${{ secrets.ARGOCD_PIPELINE_PASSWORD }} argocd_server: ${{ secrets.ARGOCD_SERVER }}