updatinig git setup to use finctions from the use this package and ad… #1066
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: Dispatcher | |
on: | |
push: | |
branches: ['**'] | |
jobs: | |
dispatch: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Repository Dispatch | |
uses: peter-evans/[email protected] | |
with: | |
token: ${{ secrets.RRCOURSE }} | |
repository: nceas/repro-research-course | |
event-type: quarto | |
client-payload: '{"branch": "${{ github.ref_name }}", "repo": "nceas-training"}' |