We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f678ca1 commit e933eb5Copy full SHA for e933eb5
src/utils.ts
@@ -160,9 +160,7 @@ export class Utils {
160
"subject_token_type": "urn:ietf:params:oauth:token-type:id_token",
161
"subject_token": "${jsonWebToken}",
162
"provider_name": "${oidcProviderName}",
163
- "project_key": "${projectKey}",
164
- "gh_job_id": "${jobId}",
165
- "gh_run_id": "${runId}",
+ "project_key": "${projectKey}"
166
}`;
167
168
const additionalHeaders: OutgoingHttpHeaders = {
0 commit comments