Skip to content

Commit 41e6869

Browse files
IlyesbdlalaJ12934
authored andcommitted
Lower case argument names for gpg action for SCB-BOT
Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
1 parent 128f1b1 commit 41e6869

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/scb-bot.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
- name: Import GPG key
4747
uses: crazy-max/ghaction-import-gpg@v5
4848
with:
49-
gpg-private-key: ${{ secrets.GPG_COMMITS_PRIVATE_KEY }}
49+
gpg_private_key: ${{ secrets.GPG_COMMITS_PRIVATE_KEY }}
5050
passphrase: ${{ secrets.GPG_COMMITS_PASSPHRASE }}
51-
git-user-signingkey: true
52-
git-commit-gpgsign: true
51+
git_user_signingkey: true
52+
git_commit_gpgsign: true
5353

5454
# Fetching scanner version from local chart .appVersion attribute
5555
# this would look like 1.1.1 or v1.1.1 depending on the corresponding Docker image tag

0 commit comments

Comments
 (0)