Skip to content

feat: add command to create ak sk (#164) #117

feat: add command to create ak sk (#164)

feat: add command to create ak sk (#164) #117

Workflow file for this run

name: test
on:
push:
branches:
- main
- deployment/**
pull_request:
branches:
- '**'
jobs:
check:
uses: ./.github/workflows/basic_check.yml
test:
uses: ./.github/workflows/test.yml
deployment:
needs:
- test
- check
uses: ./.github/workflows/deployment.yml
secrets: inherit