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