Create dist-1.yml

This commit is contained in:
jstan-isch 2023-01-25 10:27:58 -06:00 committed by GitHub
parent 86be31405b
commit f33bdb10bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
.github/workflows/dist-1.yml vendored Normal file
View file

@ -0,0 +1,16 @@
name: Test
on:
- push
jobs:
preflight-job:
name: First Step
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.MY_PAT }}
event-type: my-event
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "test": "test message"}'