Skip to content

Add: endpoint on example to expose client cert auth capability #72

Add: endpoint on example to expose client cert auth capability

Add: endpoint on example to expose client cert auth capability #72

Workflow file for this run

name: CI
on: [push]
jobs:
build:
strategy:
fail-fast: false
matrix:
packages: [
{name: cenclave, root: cli}
]
name: ${{ matrix.packages.name }}
secrets: inherit
uses: ./.github/workflows/python.yml
with:
module-name: ${{ matrix.packages.name }}
root-path: ${{ matrix.packages.root }}