Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.

chore(ownership): remove files #27

chore(ownership): remove files

chore(ownership): remove files #27

Workflow file for this run

---
name: Test OIDC Debugger
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
test:
permissions:
contents: read
id-token: write
runs-on: ubuntu-latest
steps:
- name: git checkout
uses: actions/checkout@v4
- name: run oidc-debug.go
run: go run cmd/oidc-debug.go -audience "https://github.com/github"