FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Change helm docs workflow to sign the resulting commits · secureCodeBox/secureCodeBox@95f3405 · GitHub

Commit 95f3405

Browse files
committed
Change helm docs workflow to sign the resulting commits
1 parent 0a6ec71 commit 95f3405

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

‎.github/workflows/helm-docs.yaml‎

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ jobs:
1212
with:
1313
ref: ${{ github.head_ref }}
1414

15+
- name: Import GPG key
16+
uses: crazy-max/ghaction-import-gpg@v3
17+
with:
18+
gpg-private-key: ${{ secrets.GPG_COMMITS_PRIVATE_KEY }}
19+
passphrase: ${{ secrets.GPG_COMMITS_PASSPHRASE }}
20+
git-user-signingkey: true
21+
git-commit-gpgsign: true
22+
1523
- name: Download Helm Docs
1624
run: |
1725
mkdir helm-docs
@@ -25,8 +33,9 @@ jobs:
2533
- name: Generate Helm Docs
2634
run: |
2735
./helm-docs/helm-docs
28-
# Remove helm-docs download to ensure they dont get commited back
36+
# Remove helm-docs download to ensure they don't get commited back
2937
rm -rf helm-docs
30-
- uses: stefanzweifel/git-auto-commit-action@v4.5.1
38+
- uses: stefanzweifel/git-auto-commit-action@v4.11.0
3139
with:
3240
commit_message: Updating Helm Docs
41+
commit_user_email: github-actions-bot@securecodebox.io

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL