1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-14 14:26:40 +00:00

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

View File

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