Skip to content

Commit 839394e

Browse files
authored
Remved use of GPG_PRIVATE_KEY in github actions server/#3658 (#598)
* Commented out code and only do an update to README.md * Removed import gpg step * Try with GITHUB_TOKEN * Commented back in the normal code * Removed trailing white space in charts README to trigger update helm docs in main
1 parent cbf9a44 commit 839394e

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

.github/workflows/helm-chart.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,20 +65,13 @@ jobs:
6565
run: |
6666
rm -rf package
6767
68-
- uses: crazy-max/ghaction-import-gpg@v5
69-
with:
70-
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
71-
passphrase: ${{ secrets.GPG_PASSPHRASE }}
72-
git_user_signingkey: true
73-
git_commit_gpgsign: true
74-
7568
- name: Create Pull Request
7669
uses: peter-evans/create-pull-request@v6
7770
with:
78-
token: ${{ secrets.COMMITTER_TOKEN }}
79-
committer: Jon Jagger <jon@kosli.com>
71+
token: ${{ secrets.GITHUB_TOKEN }}
72+
committer: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
8073
commit-message: 'Update helm docs'
81-
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
74+
author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
8275
signoff: false
8376
delete-branch: true
8477
title: 'Update helm docs'

charts/k8s-reporter/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,3 @@ helm uninstall kosli-reporter
110110

111111
----------------------------------------------
112112
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
113-

0 commit comments

Comments
 (0)