Skip to content

Commit

Permalink
Check failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalb4doc committed Nov 29, 2024
1 parent f678ca1 commit e933eb5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,7 @@ export class Utils {
"subject_token_type": "urn:ietf:params:oauth:token-type:id_token",
"subject_token": "${jsonWebToken}",
"provider_name": "${oidcProviderName}",
"project_key": "${projectKey}",
"gh_job_id": "${jobId}",
"gh_run_id": "${runId}",
"project_key": "${projectKey}"
}`;

const additionalHeaders: OutgoingHttpHeaders = {
Expand Down

0 comments on commit e933eb5

Please sign in to comment.