CI: set GPG_PASSHRASE as well for packages.termux.org uploads
This commit is contained in:
parent
3997a41ff0
commit
829368cac9
1
.github/workflows/packages.yml
vendored
1
.github/workflows/packages.yml
vendored
@ -185,6 +185,7 @@ jobs:
|
||||
run: |
|
||||
GITHUB_SHA=${{ github.sha }}
|
||||
APTLY_API_AUTH=${{ secrets.APTLY_API_AUTH }}
|
||||
GPG_PASSPHRASE=${{ secrets.GPG_PASSPHRASE }}
|
||||
|
||||
source scripts/aptly_api.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user