mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
remove unused keys
This commit is contained in:
parent
4cbaed576e
commit
6245145676
2
.github/workflows/bottle.yml
vendored
2
.github/workflows/bottle.yml
vendored
|
@ -95,7 +95,6 @@ jobs:
|
|||
built: ${{ env.built }}
|
||||
compression: xz
|
||||
gpg-key-id: ${{ secrets.GPG_KEY_ID }}
|
||||
gpg-key-passphrase: ${{ secrets.GPG_PASSPHRASE }}
|
||||
|
||||
- uses: teaxyz/brewkit/actions/bottle@v0
|
||||
id: bottle-gz
|
||||
|
@ -103,7 +102,6 @@ jobs:
|
|||
built: ${{ env.built }}
|
||||
compression: gz
|
||||
gpg-key-id: ${{ secrets.GPG_KEY_ID }}
|
||||
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