Skip to content

Commit f5b7d82

Browse files
authored
Create publish.yml
1 parent 4504347 commit f5b7d82

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/publish.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Curvenote Submission from Main
2+
on:
3+
push:
4+
branches: ['main']
5+
permissions:
6+
contents: write
7+
jobs:
8+
submit:
9+
uses: curvenote/actions/.github/workflows/submit.yml@v1
10+
with:
11+
id-pattern-regex: '^morganton-2025-(?:[a-zA-Z0-9-_]{3,15})$'
12+
venue: ncssm-mor
13+
collection: '2025'
14+
kind: original
15+
path: papers/*
16+
label: publish
17+
publish: true
18+
secrets:
19+
CURVENOTE: ${{ secrets.CURVENOTE_TOKEN }}
20+
GITHUB: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)