Skip to content

Commit

Permalink
updated S3 bucket variable in production workflow (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
eminalemdar authored Aug 29, 2023
1 parent a6b18ce commit 2e7f046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chart-publish-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2e7f046

Please sign in to comment.