Reverted test, it doesn't work

This commit is contained in:
Salvador E. Tropea 2022-09-26 08:49:22 -03:00
parent 9c6cfdb261
commit 58c92f92ac
1 changed files with 1 additions and 6 deletions

View File

@ -38,9 +38,4 @@ jobs:
- name: Trigger KiCad-Auto-Test image build
run: |
curl --request POST \
--url https://api.github.com/repos/INTI-CMNB/kicad_auto_test/dispatches \
--header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \
--header 'content-type: application/json' \
--data '{"event_type": "build_k6"}' \
--fail
curl -X POST -u "${{secrets.PAT_USERNAME}}:${{secrets.PAT_TOKEN}}" -H "Accept: application/vnd.github.v3+json" -H "Content-Type: application/json" https://api.github.com/repos/INTI-CMNB/kicad_auto_test/dispatches --data '{"event_type": "build_k6"}'