testing
This commit is contained in:
parent
9c84498305
commit
4a001cc3d2
1 changed files with 3 additions and 3 deletions
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
|
@ -24,10 +24,10 @@ jobs:
|
||||||
|
|
||||||
- name: Test API
|
- name: Test API
|
||||||
env:
|
env:
|
||||||
FORGEJO_TOKEN: ${{ secrets.FORGEJO_TOKEN }}
|
MY_TOKEN: ${{ secrets.FORGEJO_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
curl -v -H "Authorization: Bearer ${FORGEJO_TOKEN}" \
|
curl -v -H "Authorization: token $MY_TOKEN" \
|
||||||
"https://git.askar.tv/api/actions_pipeline/_apis/pipelines/workflows/main.yml/runs?status=success"
|
"https://git.askar.tv/api/v1/repos/${{ github.repository }}/actions/runs"
|
||||||
|
|
||||||
- name: Download Signed AAB
|
- name: Download Signed AAB
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
|
|
Loading…
Reference in a new issue