diff --git a/.github/workflows/helm-chart.yml b/.github/workflows/helm-chart.yml index 1b07f05b2..5341c2f4f 100644 --- a/.github/workflows/helm-chart.yml +++ b/.github/workflows/helm-chart.yml @@ -65,13 +65,20 @@ jobs: run: | rm -rf package + - uses: crazy-max/ghaction-import-gpg@v5 + with: + gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} + passphrase: ${{ secrets.GPG_PASSPHRASE }} + git_user_signingkey: true + git_commit_gpgsign: true + - name: Create Pull Request uses: peter-evans/create-pull-request@v6 with: - token: ${{ secrets.GITHUB_TOKEN }} - committer: github-actions[bot] + token: ${{ secrets.COMMITTER_TOKEN }} + committer: Jon Jagger commit-message: 'Update helm docs' - author: github-actions[bot] + author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> signoff: false delete-branch: true title: 'Update helm docs'