Skip to content

test new script triggers build in RRC main.yml #677

test new script triggers build in RRC main.yml

test new script triggers build in RRC main.yml #677

Workflow file for this run

name: invoke build action in RRC
on:
push:
branches: ['**']
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6
with:
github-token: '${{ secrets.RRUSER}}:${{secrets.RRCOURSE}}'
script: |
await github.rest.actions.createWorkflowDispatch({
owner: 'NCEAS',
repo: 'repro-research-course',
workflow_id: 'workflow.yml',
ref: 'develop',
inputs: {
event_type: 'quarto'
}
})