Skip to content

Commit

Permalink
Merge pull request #149 from fingerprintjs/feature/INTER-910-dotnet-sync
Browse files Browse the repository at this point in the history
ci: add sync step for dotnet SDK
  • Loading branch information
TheUnderScorer authored Sep 20, 2024
2 parents 65ae33c + ea594e9 commit 609e55b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/sync-server-side-sdks-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,20 @@ jobs:
allowed-scopes: events,visitors,webhook
secrets:
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}

sync-dotnet:
name: 'Sync schema in Dotnet SDK'
uses: fingerprintjs/dx-team-toolkit/.github/workflows/update-server-side-sdk-schema.yml@v1
with:
tag: ${{ inputs.tag }}
language: dotnet
language-version: '8.x'
generate-command: 'bash ./generate.sh'
schema-path: res/fingerprint-server-api.yaml
examples-path: src/FingerprintPro.ServerSdk.Test/mocks
app-id: ${{ vars.APP_ID }}
repository: fingerprint-pro-server-api-dotnet-sdk
pre-release: ${{ inputs.pre-release }}
allowed-scopes: events,visitors,webhook
secrets:
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}

0 comments on commit 609e55b

Please sign in to comment.