ci: remote automate publishing
All checks were successful
repod / xml (push) Successful in 16s
repod / php (push) Successful in 50s
repod / nodejs (push) Successful in 2m7s
repod / release (push) Has been skipped

This commit is contained in:
Michel Roux 2024-01-16 11:14:52 +01:00
parent efe0525fce
commit c48432c0b5

View File

@ -63,22 +63,8 @@ jobs:
with:
node-version: ${{ steps.versions.outputs.nodeVersion }}
- run: npm i -g npm@${{ steps.versions.outputs.npmVersion }}
- id: dist
name: dist
run: |
make dist
echo "$KEYFILE" > /tmp/repod.key
echo "SIGNATURE=$(openssl dgst -sha512 -sign /tmp/repod.key build/artifacts/repod.tar.gz | openssl base64)" >> $GITHUB_OUTPUT
env:
KEYFILE: ${{ secrets.KEYFILE }}
- run: make dist
- uses: akkuman/gitea-release-action@v1
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 }}>>>" }'
data: '{ "download": "https://git.crystalyx.net/Xefir/repod/releases/download/<<<${{ gitea.ref_name }}>>>/repod.tar.gz", "signature": "<<<${{ steps.dist.outputs.SIGNATURE }}>>>" }'