Skip to content

Commit

Permalink
#43 Revert previous version bump and fix s3 name
Browse files Browse the repository at this point in the history
  • Loading branch information
danielemery committed Sep 23, 2023
1 parent c50a2fc commit edde9f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
name: helm-chart

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.HELM_DEPLOY_ACCESS_KEY }}
aws-secret-access-key: ${{ secrets.HELM_DEPLOY_SECRET }}
Expand All @@ -108,6 +108,6 @@ jobs:
- name: Publish chart
uses: shellbear/[email protected]
with:
repo: s3://demery-s3/
repo: s3://helm.demery.net/
chart: ./helm
version: ${{ github.ref }}

0 comments on commit edde9f6

Please sign in to comment.