Skip to content

Support simple API_KEY Auth (#1) #4

Support simple API_KEY Auth (#1)

Support simple API_KEY Auth (#1) #4

Workflow file for this run

name: Build and Publish artifacts
on:
push:
branches: ["main"]
jobs:
build-and-upload-artifacts:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: npm install, build, and test
run: |
npm install
npm run build
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: dist
path: |
dist