Skip to content

Deploy to drat

Deploy to drat #3

Workflow file for this run

name: Deploy to drat
on:
workflow_run:
workflows: ["R-CMD-check"]
types:
- completed
branches: main
workflow_dispatch: # run workflow manually
jobs:
drat:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: mikemahoney218/[email protected]
with:
drat_repo: 'INWTlab/drat'
token: "${{ secrets.GH_ACTION_DRAT }}"
commit_message: "update ${{ github.event.repository.name }} on drat"
commit_email: "[email protected]"
archive: true