This commit is contained in:
nomadics9 2025-01-04 22:46:04 +03:00
parent 5e87b0215a
commit 9c84498305

View file

@ -23,6 +23,8 @@ jobs:
echo "run_id=$LATEST_RUN" >> "$GITHUB_OUTPUT"
- name: Test API
env:
FORGEJO_TOKEN: ${{ secrets.FORGEJO_TOKEN }}
run: |
curl -v -H "Authorization: Bearer ${FORGEJO_TOKEN}" \
"https://git.askar.tv/api/actions_pipeline/_apis/pipelines/workflows/main.yml/runs?status=success"