mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
correct gpg passphrase variable name
This commit is contained in:
parent
0047bccbe7
commit
ec2d3130b2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/bottle.yml
vendored
4
.github/workflows/bottle.yml
vendored
|
@ -75,7 +75,7 @@ jobs:
|
|||
built: ${{ env.built }}
|
||||
compression: xz
|
||||
gpg-key-id: ${{ secrets.GPG_KEY_ID }}
|
||||
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
|
||||
gpg-key-passphrase: ${{ secrets.GPG_PASSPHRASE }}
|
||||
|
||||
- uses: teaxyz/pantry.core/.github/actions/bottle@main
|
||||
id: bottle-gz
|
||||
|
@ -83,7 +83,7 @@ jobs:
|
|||
built: ${{ env.built }}
|
||||
compression: gz
|
||||
gpg-key-id: ${{ secrets.GPG_KEY_ID }}
|
||||
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
|
||||
gpg-key-passphrase: ${{ secrets.GPG_PASSPHRASE }}
|
||||
|
||||
- run: |
|
||||
echo ${{ steps.bottle-gz.outputs.bottles }} ${{ steps.bottle-xz.outputs.bottles }} >bottles
|
||||
|
|
Loading…
Reference in a new issue