Skip to content

feat(api-keys): add endpoints for bulk operations (#882) #370

feat(api-keys): add endpoints for bulk operations (#882)

feat(api-keys): add endpoints for bulk operations (#882) #370

Workflow file for this run

name: CD
on:
push:
branches: [master]
jobs:
CD:
runs-on: ubuntu-latest
name: CD
environment: Release
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
fetch-depth: 0
- name: Setup
uses: ./.github/actions/setup
- name: Tests
run: npm test
- name: Build
uses: ./.github/actions/build
- name: Release
run: npm run release
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEBUG: '*'