1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Add dispatch

This commit is contained in:
Rob Winch
2021-07-27 13:02:21 -05:00
parent f01a13aa52
commit 59e7a10732
2 changed files with 23 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
name: reference
on:
push:
branches-ignore:
- 'gh-pages'
env:
GH_TOKEN_DISPATCH: ${{ secrets.GH_TOKEN_DISPATCH }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Source
uses: actions/checkout@v2
- name: Dispatch Build Request
run: ${GITHUB_WORKSPACE}/.github/actions/dispatch.sh 'rwinch/spring-reference' "$GH_TOKEN_DISPATCH"