ci: Correct usage of repository variable

This commit is contained in:
oSumAtrIX 2024-07-13 00:46:19 +02:00
parent ad7d4b226f
commit a34b7c8c31
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -45,7 +45,7 @@ jobs:
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
fingerprint: ${{ env.GPG_FINGERPRINT }}
fingerprint: ${{ vars.GPG_FINGERPRINT }}
- name: Setup QEMU
uses: docker/setup-qemu-action@v3