Skip to content

Deploy to drat

Deploy to drat #2

Workflow file for this run

name: Deploy to drat
on:
workflow_run:
workflows: ["R-CMD-check"]
types:
- completed
push:
pull_request:
workflow_dispatch: # run workflow manually
jobs:
drat:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }} && github.ref == 'refs/heads/main'$
steps:
- name: Checkout
uses: actions/checkout@v3
- 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