Skip to content

Commit

Permalink
Add curvenote publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanc1 committed Apr 8, 2024
1 parent 33f6334 commit 4d9ec40
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: curvenote
on:
pull_request:
branches: ['2024']
permissions:
contents: read
pull-requests: write
jobs:
publish:
uses: curvenote/actions/.github/workflows/publish.yml@v1
with:
monorepo: true
id-pattern-regex: '^scipy-2024-(?:[a-zA-Z0-9-_]{3,15})$'
enforce-single-folder: true
preview-label: paper
submit-label: in-review
venue: scipy
collection: '2024'
kind: Article
path: papers/*
secrets:
CURVENOTE: ${{ secrets.CURVENOTE_TOKEN }}
GITHUB: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4d9ec40

Please sign in to comment.