Skip to content

feat: include auth-code url in protected output #21

feat: include auth-code url in protected output

feat: include auth-code url in protected output #21

Workflow file for this run

name: build
on:
push:
branches-ignore:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: Check out code
- name: Build the tagged Docker image
run: docker build . --file Dockerfile --tag oidc-app-tester