Bugfix - we were not using correct key

This commit is contained in:
Igor Pecovnik
2021-06-12 09:49:00 +02:00
parent 0a669eb149
commit 21a55a7a59

View File

@@ -49,15 +49,15 @@ jobs:
uses: crazy-max/ghaction-import-gpg@v3
with:
gpg-private-key: ${{ secrets.GPG_KEY2 }}
passphrase: ${{ secrets.GPG_PASSPHRASE2 }}
gpg-private-key: ${{ secrets.GPG_KEY1 }}
passphrase: ${{ secrets.GPG_PASSPHRASE1 }}
workdir: scripts
git-user-signingkey: true
git-commit-gpgsign: true
- name: Build beta images
env:
GPG_PASS: ${{ secrets.PASSPHRASE }}
GPG_PASS: ${{ secrets.GPG_PASSPHRASE1 }}
run: |
@@ -138,15 +138,15 @@ jobs:
uses: crazy-max/ghaction-import-gpg@v3
with:
gpg-private-key: ${{ secrets.GPG_KEY2 }}
passphrase: ${{ secrets.GPG_PASSPHRASE2 }}
gpg-private-key: ${{ secrets.GPG_KEY1 }}
passphrase: ${{ secrets.GPG_PASSPHRASE1 }}
workdir: scripts
git-user-signingkey: true
git-commit-gpgsign: true
- name: Build beta images
env:
GPG_PASS: ${{ secrets.PASSPHRASE }}
GPG_PASS: ${{ secrets.GPG_PASSPHRASE1 }}
run: |
@@ -227,15 +227,15 @@ jobs:
uses: crazy-max/ghaction-import-gpg@v3
with:
gpg-private-key: ${{ secrets.GPG_KEY2 }}
passphrase: ${{ secrets.GPG_PASSPHRASE2 }}
gpg-private-key: ${{ secrets.GPG_KEY1 }}
passphrase: ${{ secrets.GPG_PASSPHRASE1 }}
workdir: scripts
git-user-signingkey: true
git-commit-gpgsign: true
- name: Build beta images
env:
GPG_PASS: ${{ secrets.PASSPHRASE }}
GPG_PASS: ${{ secrets.GPG_PASSPHRASE1 }}
run: |