github actions: fix repository publishing step

This commit is contained in:
Leonid Pliushch 2021-06-03 18:35:51 +03:00
parent 14ce7ac0da
commit 62e458e507
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with 2 additions and 1 deletions

View File

@ -249,9 +249,10 @@ jobs:
curl \
--silent \
--user "${{ secrets.APTLY_API_AUTH }}" \
--header 'Content-Type: application/json' \
--request PUT \
-H 'Content-Type: application/json' \
--data '{"Signing": {"Passphrase": "${{ secrets.GPG_PASSPHRASE }}"}}' \
--write-out "|%{http_code}" \
https://packages.termux.org/aptly-api/publish/${REPOSITORY_NAME}/${REPOSITORY_DISTRIBUTION}
)