We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d6918 commit 7327da1Copy full SHA for 7327da1
1 file changed
actions/submit-signing-request/task.ts
@@ -329,7 +329,6 @@ export class Task {
329
artifactId: this.helperInputOutput.githubArtifactId,
330
gitHubWorkflowRunId: process.env.GITHUB_RUN_ID,
331
gitHubRepository: process.env.GITHUB_REPOSITORY,
332
- gitHubRepositoryOwner: process.env.GITHUB_REPOSITORY_OWNER,
333
gitHubToken: this.helperInputOutput.gitHubToken,
334
signPathOrganizationId: this.helperInputOutput.organizationId,
335
signPathProjectSlug: this.helperInputOutput.projectSlug,
0 commit comments