Attempt to use new flask_jwt_oidc library - remove python-jose and use pyjwt #1907
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Auth API CI | |
on: | |
pull_request: | |
paths: | |
- "auth-api/**" | |
- "build-deps/**" | |
workflow_dispatch: | |
defaults: | |
run: | |
shell: bash | |
working-directory: ./auth-api | |
jobs: | |
auth-api-ci: | |
uses: bcgov/bcregistry-sre/.github/workflows/backend-ci.yaml@main | |
with: | |
app_name: "auth-api" | |
working_directory: "./auth-api" | |
codecov_flag: "authapi" |