From 2e7f046b88d16c79e741e56cba7dc6cfa9feaacc Mon Sep 17 00:00:00 2001 From: Emin Alemdar <77338109+eminalemdar@users.noreply.github.com> Date: Tue, 29 Aug 2023 11:54:24 +0300 Subject: [PATCH] updated S3 bucket variable in production workflow (#23) --- .github/workflows/chart-publish-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chart-publish-prod.yml b/.github/workflows/chart-publish-prod.yml index 64810cb..5dd2f94 100644 --- a/.github/workflows/chart-publish-prod.yml +++ b/.github/workflows/chart-publish-prod.yml @@ -47,7 +47,7 @@ jobs: role-duration-seconds: 900 - name: Add the Spacelift Helm registry - run: helm repo add spacelift s3://${{ secrets.PROD_AWS_S3_BUCKET }}/helm + run: helm repo add spacelift s3://${{ secrets.AWS_S3_BUCKET }}/helm # The first time this step runs the index file won't exist, so allow the step to fail continue-on-error: true