Skip to content

Fix typo: authenticate to create_authenticator in authentication-flow.md #52

Fix typo: authenticate to create_authenticator in authentication-flow.md

Fix typo: authenticate to create_authenticator in authentication-flow.md #52

Workflow file for this run

name: CI - Branches
on:
push:
branches:
- '*'
- '!gh-pages'
tags:
- '*'
jobs:
checks:
uses: ./.github/workflows/run-checks.yaml
builds:
needs: checks
uses: ./.github/workflows/run-builds.yaml
secrets: inherit
release:
needs: builds
uses: ./.github/workflows/run-release.yaml
secrets: inherit