Skip to content

🤖 Standards in the Age of AI #12

🤖 Standards in the Age of AI

🤖 Standards in the Age of AI #12

Workflow file for this run

name: Blog Preview
on:
pull_request_target:
branches: ["main"]
types: [labeled, opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
draft:
uses: curvenote/actions/.github/workflows/draft.yml@v1
with:
venue: oxa
kind: blog
collection: blog
path: articles/*
label: draft
secrets:
CURVENOTE: ${{ secrets.CURVENOTE_TOKEN }}
GITHUB: ${{ secrets.GITHUB_TOKEN }}
active:
uses: curvenote/actions/.github/workflows/submit.yml@v1
with:
venue: oxa
kind: blog
collection: blog
path: articles/*
label: active
publish: true
secrets:
CURVENOTE: ${{ secrets.CURVENOTE_TOKEN }}
GITHUB: ${{ secrets.GITHUB_TOKEN }}