Skip to content

Commit

Permalink
ci: add push dispatch event (monicahq/chandler#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Jan 4, 2023
1 parent f6712db commit 77f51be
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Push

on:
push:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest

environment: deploy

steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.GH_TOKEN }}
event-type: ${{ secrets.EVENT_TYPE }}
repository: ${{ secrets.REPO_URL }}

0 comments on commit 77f51be

Please sign in to comment.