Update build-with-docker.yml

This commit is contained in:
Igor Pečovnik
2021-12-26 14:44:11 +01:00
committed by GitHub
parent 75dc4f1717
commit a7a609468d

View File

@@ -157,8 +157,8 @@ jobs:
uses: crazy-max/ghaction-import-gpg@v3
with:
gpg-private-key: ${{ inputs.GPG_KEY1 }}
passphrase: ${{ inputs.GPG_PASSPHRASE1 }}
gpg-private-key: ${{ secrets.GPG_KEY1 }}
passphrase: ${{ secrets.GPG_PASSPHRASE1 }}
workdir: scripts
git-user-signingkey: true
git-commit-gpgsign: true