mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 18:25:08 +03:00
tea not finding pantry when bottling
This commit is contained in:
parent
a9b25a4c76
commit
1f16fee553
1 changed files with 3 additions and 2 deletions
5
.github/workflows/bottle.yml
vendored
5
.github/workflows/bottle.yml
vendored
|
@ -58,10 +58,11 @@ jobs:
|
||||||
done
|
done
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
tea +gnupg.org gpg-agent --daemon || true
|
source <(tea --sync --magic=bash --silent)
|
||||||
|
gpg-agent --daemon || true
|
||||||
echo $GPG_PRIVATE_KEY | \
|
echo $GPG_PRIVATE_KEY | \
|
||||||
base64 -d | \
|
base64 -d | \
|
||||||
tea +gnupg.org gpg --import --batch --yes
|
gpg --import --batch --yes
|
||||||
env:
|
env:
|
||||||
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
|
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue