Skip to content

feat: update API Client #37

feat: update API Client

feat: update API Client #37

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
uses: ./.github/workflows/test.yml
secrets: inherit
dependabot:
uses: ./.github/workflows/dependabot-auto-merge.yml
needs: test
secrets:
GH_TOKEN: "${{ secrets.GH_DEPENDABOT_TOKEN || secrets.GH_DEPLOY_TOKEN }}"