ci: test
Some checks failed
repod / nodejs (push) Waiting to run
repod / release (push) Waiting to run
repod / xml (push) Successful in 17s
repod / php (push) Has been cancelled

This commit is contained in:
Michel Roux 2024-01-15 18:26:00 +01:00
parent 9b6319cf89
commit 3c7aa8386a

View File

@ -68,11 +68,3 @@ jobs:
with:
files: |
build/artifacts/repod.tar.gz
- uses: actionsflow/axios@v1
with:
url: https://apps.nextcloud.com/api/v1/apps/releases
method: POST
accept: 200,201
headers: '{ "Authorization": "Token <<<${ secrets.TOKEN }>>>" }'
content-type: application/json
data: '{ "download": "https://git.crystalyx.net/Xefir/repod/releases/download/latest/repod.tar.gz", "signature": "<<<${{ secrets.SIGNATURE }}>>>" }'