We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3da0482 commit 96029b2Copy full SHA for 96029b2
.github/workflows/helm-docs.yaml
@@ -21,10 +21,10 @@ jobs:
21
- name: Import GPG key
22
uses: crazy-max/ghaction-import-gpg@v5
23
with:
24
- gpg-private-key: ${{ secrets.GPG_COMMITS_PRIVATE_KEY }}
+ gpg_private_key: ${{ secrets.GPG_COMMITS_PRIVATE_KEY }}
25
passphrase: ${{ secrets.GPG_COMMITS_PASSPHRASE }}
26
- git-user-signingkey: true
27
- git-commit-gpgsign: true
+ git_user_signingkey: true
+ git_commit_gpgsign: true
28
29
- name: Download Helm Docs
30
run: |
0 commit comments