We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 128f1b1 commit 41e6869Copy full SHA for 41e6869
.github/workflows/scb-bot.yaml
@@ -46,10 +46,10 @@ jobs:
46
- name: Import GPG key
47
uses: crazy-max/ghaction-import-gpg@v5
48
with:
49
- gpg-private-key: ${{ secrets.GPG_COMMITS_PRIVATE_KEY }}
+ gpg_private_key: ${{ secrets.GPG_COMMITS_PRIVATE_KEY }}
50
passphrase: ${{ secrets.GPG_COMMITS_PASSPHRASE }}
51
- git-user-signingkey: true
52
- git-commit-gpgsign: true
+ git_user_signingkey: true
+ git_commit_gpgsign: true
53
54
# Fetching scanner version from local chart .appVersion attribute
55
# this would look like 1.1.1 or v1.1.1 depending on the corresponding Docker image tag
0 commit comments