This repository includes a GitHub Actions workflow that requests a GitHub OIDC JWT and uses it to open https://verify.sv.sandbox.pomerium.io.
- Workflow file:
.github/workflows/pomerium-verify.yml - Triggered on every push and with manual
workflow_dispatch - Requests
id-token: writeso the job can mint a GitHub OIDC JWT - Sends the JWT in the
Authorizationheader to the target URL
You can run the workflow manually and optionally override:
url(defaults tohttps://verify.sv.sandbox.pomerium.io)audience(defaults tohttps://verify.sv.sandbox.pomerium.io)