Community Of Communities #285
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Trigger Digital Garden Repository Update | |
on: push | |
jobs: | |
trigger: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Repository Dispatch | |
uses: myrotvorets/[email protected] | |
with: | |
token: ${{ secrets.ACCESS_TOKEN }} | |
repo: oneacik/gatsby-digital-garden | |
type: update-mindoo | |
- name: Beta Repository Dispatch | |
uses: myrotvorets/[email protected] | |
with: | |
token: ${{ secrets.ACCESS_TOKEN }} | |
repo: oneacik/svelte-static-digital-garden | |
type: update-beta-garden |