Skip to content

Add section for OAuth 2.0 Assertion Framework #21

Add section for OAuth 2.0 Assertion Framework

Add section for OAuth 2.0 Assertion Framework #21

Workflow file for this run

name: Configurable runner
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ${{ vars.RUNNER_LINUX || 'ubuntu-latest' }}
steps:
- name: Echo
run: echo "${{ vars.RUNNER_LINUX || 'ubuntu-latest' }}"