mirror of
https://github.com/FiloSottile/age.git
synced 2026-03-11 08:55:41 +00:00
.github/workflows: add rage interop tests trigger (#125)
This commit is contained in:
parent
6782356e45
commit
7d608d1219
1 changed files with 14 additions and 0 deletions
14
.github/workflows/interop.yml
vendored
Normal file
14
.github/workflows/interop.yml
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
name: Interoperability tests
|
||||
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
trigger:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Trigger interoperability tests in str4d/rage
|
||||
run: |
|
||||
curl -X POST https://api.github.com/repos/str4d/rage/dispatches \
|
||||
-H 'Accept: application/vnd.github.v3+json' \
|
||||
-H 'Authorization: token ${{ secrets.RAGE_INTEROP_ACCESS_TOKEN }}' \
|
||||
--data '{"event_type": "age-interop-request", "client_payload": { "sha": "'"$GITHUB_SHA"'" }}'
|
||||
Loading…
Reference in a new issue