Add action-test.yml
This commit is contained in:
Родитель
45a09d6f3f
Коммит
6c346898dd
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
name: Test Debugger Action
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
oidc_debug_test:
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
runs-on: ubuntu-latest
|
||||
name: A test of the oidc debugger
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Debug OIDC Claims
|
||||
uses: ./
|
||||
with:
|
||||
audience: 'https://github.com/github'
|
Загрузка…
Ссылка в новой задаче