From 3992b18c961cedfa4e68c626978f7aaae708d7df Mon Sep 17 00:00:00 2001 From: Jo Date: Wed, 23 Feb 2022 20:15:33 +0100 Subject: [PATCH] fix(ci): autodevops-helm (#62) --- .github/workflows/production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 0cb7b43..d96d569 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Use autodevops deployment - uses: SocialGouv/actions/autodevops-deploy@v1 + uses: SocialGouv/actions/autodevops-helm-deploy@v1 with: environment: prod token: ${{ secrets.GITHUB_TOKEN }}