Skip to content

Commit

Permalink
Fix: workflow indentation (#651)
Browse files Browse the repository at this point in the history
Signed-off-by: Brenno Oliveira <brenno.oliveira@deliveryhero.com>
  • Loading branch information
brennoo authored Jan 7, 2025
1 parent 400b348 commit 70d810b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/helm-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
name: Helm Publish

on:
push:
branches:
- master
paths:
- 'stable/**'
workflow_dispatch:

env:
CHARTS_PATH: stable
REGISTRY: "ghcr.io/${{ github.repository }}"

jobs:
package-and-release:
permissions:
Expand All @@ -26,13 +23,13 @@ jobs:
uses: azure/setup-helm@v4
with:
version: v3.16.4
- name: Import GPG key
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
- name: Save GPG passphrase
- name: Save GPG passphrase
run: |
cat << EOF > passphrase.txt
${{ secrets.GPG_PASSPHRASE }}
Expand Down

0 comments on commit 70d810b

Please sign in to comment.