Skip to content

Commit

Permalink
Dispatch repository in wabarc/on-heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed May 3, 2021
1 parent c098f33 commit ae1a864
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,3 +272,11 @@ jobs:
event-type: publish
token: ${{ secrets.PAT_WORKFLOW }}
client-payload: '{"from": "${{ github.repository }}", "channel": "stable"}'

- name: Dispatch repository in wabarc/on-heroku
uses: peter-evans/repository-dispatch@v1
with:
repository: wabarc/on-heroku
event-type: deploy
token: ${{ secrets.PAT_WORKFLOW }}
client-payload: '{"from": "${{ github.repository }}", "channel": "stable"}'

0 comments on commit ae1a864

Please sign in to comment.