Skip to content

Commit e933eb5

Browse files
committed
Check failing tests
1 parent f678ca1 commit e933eb5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/utils.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,7 @@ export class Utils {
160160
"subject_token_type": "urn:ietf:params:oauth:token-type:id_token",
161161
"subject_token": "${jsonWebToken}",
162162
"provider_name": "${oidcProviderName}",
163-
"project_key": "${projectKey}",
164-
"gh_job_id": "${jobId}",
165-
"gh_run_id": "${runId}",
163+
"project_key": "${projectKey}"
166164
}`;
167165

168166
const additionalHeaders: OutgoingHttpHeaders = {

0 commit comments

Comments
 (0)