Skip to content
This repository was archived by the owner on Feb 12, 2026. It is now read-only.

Commit 7327da1

Browse files
committed
SIGN-7897 Drop the gitHubRepositoryOwner property from the request payload
1 parent e7d6918 commit 7327da1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • actions/submit-signing-request

actions/submit-signing-request/task.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,6 @@ export class Task {
329329
artifactId: this.helperInputOutput.githubArtifactId,
330330
gitHubWorkflowRunId: process.env.GITHUB_RUN_ID,
331331
gitHubRepository: process.env.GITHUB_REPOSITORY,
332-
gitHubRepositoryOwner: process.env.GITHUB_REPOSITORY_OWNER,
333332
gitHubToken: this.helperInputOutput.gitHubToken,
334333
signPathOrganizationId: this.helperInputOutput.organizationId,
335334
signPathProjectSlug: this.helperInputOutput.projectSlug,

0 commit comments

Comments
 (0)