Skip to content

create 2023-08-usgs event #716

create 2023-08-usgs event

create 2023-08-usgs event #716

Workflow file for this run

# Webook to build course website
name: webhook
on:
push:
branches: [ '**' ]
jobs:
build-page:
runs-on: ubuntu-latest
steps:
- name: Invoke workflow in another repo with inputs
run: |
curl -XPOST -u "${{ secrets.RRUSER}}:${{secrets.RRCOURSE}}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/nceas/repro-research-course/dispatches --data '{"event_type": "bookdown"}'