Skip to content

feat: send default branch #94

feat: send default branch

feat: send default branch #94

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
upload:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Upload JSON OpenAPI spec
id: upload-json-openapi-spec
uses: ./
with:
api-key: ${{ secrets.HEY_API_TOKEN }}
base-url: https://grouse-factual-internally.ngrok-free.app
dry-run: true
path-to-file: ./openapi.json
- name: Upload YAML OpenAPI spec
id: upload-yaml-openapi-spec
uses: ./
with:
api-key: ${{ secrets.HEY_API_TOKEN }}
base-url: https://grouse-factual-internally.ngrok-free.app
dry-run: true
path-to-file: ./openapi.yaml