mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-04-08 13:10:05 +00:00
Merge da8ea015b7 into 79632e33d6
This commit is contained in:
commit
af05d9fdef
4 changed files with 12 additions and 5 deletions
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue