This commit is contained in:
Keith Murry 2026-01-25 03:44:59 +00:00 committed by GitHub
commit af05d9fdef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 12 additions and 5 deletions

View file

@ -49,7 +49,7 @@ function mockGithubOIDCResponse(aud= "https://github.com/hashicorp/vault-action"
ref_type: "branch",
job_workflow_ref: "hashicorp/vault-action/.github/workflows/workflow.yml@refs/heads/main",
iss: 'vault-action',
iat: now,
iat: now - 60,
nbf: now,
exp: now + 3600,
};