| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,6 +12,14 @@ jobs: | |||
| 12 | 12 | with: | |
| 13 | 13 | ref: ${{ github.head_ref }} | |
| 14 | 14 | ||
| 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 | + | ||
| 15 | 23 | - name: Download Helm Docs | |
| 16 | 24 | run: | | |
| 17 | 25 | mkdir helm-docs | |
@@ -25,8 +33,9 @@ jobs: | |||
| 25 | 33 | - name: Generate Helm Docs | |
| 26 | 34 | run: | | |
| 27 | 35 | ./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 | ||
| 29 | 37 | rm -rf helm-docs | |
| 30 | - - uses: stefanzweifel/git-auto-commit-action@v4.5.1 | ||
| 38 | + - uses: stefanzweifel/git-auto-commit-action@v4.11.0 | ||
| 31 | 39 | with: | |
| 32 | 40 | commit_message: Updating Helm Docs | |
| 41 | + commit_user_email: github-actions-bot@securecodebox.io | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments