ci: link published Composer packages to this repository #11

Merged
haylan merged 4 commits from ci/link-package-fix into main 2026-09-21 18:40:29 +00:00
Showing only changes of commit b93217cc51 - Show all commits
+13
View File
@@ -0,0 +1,13 @@
name: test-link
on:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Test link endpoint with RELEASE_TOKEN
run: |
STATUS=$(curl -s -o /tmp/out.log -w "%{http_code}" -u "haylan:${{ secrets.RELEASE_TOKEN }}" -X POST "https://git.arthurerlich.de/api/v1/packages/haylan/composer/aeon%2Fdump-manager/-/link/AeonDumpManager")
echo "status: $STATUS"
cat /tmp/out.log