Skip to content

fix(openapi): provider demo need auth with openapi token #744

fix(openapi): provider demo need auth with openapi token

fix(openapi): provider demo need auth with openapi token #744

Workflow file for this run

name: Go Build
on: [ push ]
jobs:
build-go:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.21
- name: Build
run: go build cmd/server/powerx.go