mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-04-08 05:00:05 +00:00
Corrected IAT and added explicit value for the mock test
This commit is contained in:
parent
2c6158aeef
commit
da8ea015b7
2 changed files with 3 additions and 3 deletions
|
|
@ -44,7 +44,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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue