testing
This commit is contained in:
parent
5e87b0215a
commit
9c84498305
1 changed files with 2 additions and 0 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -23,6 +23,8 @@ jobs:
|
||||||
echo "run_id=$LATEST_RUN" >> "$GITHUB_OUTPUT"
|
echo "run_id=$LATEST_RUN" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
- name: Test API
|
- name: Test API
|
||||||
|
env:
|
||||||
|
FORGEJO_TOKEN: ${{ secrets.FORGEJO_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
curl -v -H "Authorization: Bearer ${FORGEJO_TOKEN}" \
|
curl -v -H "Authorization: Bearer ${FORGEJO_TOKEN}" \
|
||||||
"https://git.askar.tv/api/actions_pipeline/_apis/pipelines/workflows/main.yml/runs?status=success"
|
"https://git.askar.tv/api/actions_pipeline/_apis/pipelines/workflows/main.yml/runs?status=success"
|
||||||
|
|
Loading…
Reference in a new issue