8000 Update README.md for private_key_jwt usage (#441) · erlef/oidcc@0da34b5 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update README.md for private_key_jwt usage (#441) #251

Update README.md for private_key_jwt usage (#441)

Update README.md for private_key_jwt usage (#441) #251

Workflow file for this run

on:
push:
branches:
- "main"
name: "Main Branch"
permissions:
contents: read
jobs:
test:
name: "Test"
permissions:
contents: read
security-events: write
uses: ./.github/workflows/part_test.yml
docs:
name: "Docs"
permissions:
id-token: write
contents: read
attestations: write
uses: ./.github/workflows/part_docs.yml
with:
attest: false
0