Skip to content

Commit

Permalink
ci: fix deployment pipeline (#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed May 17, 2023
1 parent bbf0174 commit 0ca48cc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cd-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- name: Run chart-releaser
uses: dunglas/chart-releaser-action@feat/match-tags
with:
charts_repo_url: https://charts.mercure.rocks
match_tags: helm-chart-*
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v5
with:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
-
name: Run GoReleaser
Expand Down
1 change: 1 addition & 0 deletions charts/mercure/README.md.gotmpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- markdownlint-disable -->
# Mercure Chart for Kubernetes

{{ template "chart.badgesSection" . }}
Expand Down

0 comments on commit 0ca48cc

Please sign in to comment.