mirror of
https://github.com/FiloSottile/age.git
synced 2026-01-04 11:23:59 +00:00
.github/workflows: add rage interop tests trigger (#125)
This commit is contained in:
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"'" }}'
|
||||
Reference in New Issue
Block a user