Skip to content

add delete author operation #25

add delete author operation

add delete author operation #25

Workflow file for this run

name: optic
on:
pull_request:
push:
branches:
- 'main'
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Optic
run: npm install --location global @useoptic/[email protected]
- name: Run Optic
env:
OPTIC_TOKEN: ${{ secrets.OPTIC_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: optic run