Skip to content

live demo github

live demo github #19

Workflow file for this run

name: Create Preview Draft from PR
on:
pull_request:
branches: ['main']
permissions:
contents: read
pull-requests: write
jobs:
draft:
uses: curvenote/actions/.github/workflows/draft.yml@v1
with:
venue: microscopy
kind: article
collection: articles
id-pattern-regex: '^msa-em-[a-zA-Z0-9_-]{1,30}$'
secrets:
CURVENOTE: ${{ secrets.CURVENOTE_TOKEN }}
GITHUB: ${{ secrets.GITHUB_TOKEN }}