Skip to content

Commit 6b5196d

Browse files
committed
Remove duplicated entry
1 parent 366d561 commit 6b5196d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/runner.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ func main() {
218218
flag.StringVar(&repository, "repository", "kaidotdev/github-actions-runner-controller", "GitHub Repository Name")
219219
flag.StringVar(&token, "token", "********", "GitHub Token")
220220
flag.StringVar(&hostname, "hostname", "runner", "Hostname used as Runner name")
221-
flag.StringVar(&token, "token", "********", "GitHub Token")
222221
flag.StringVar(&githubAppId, "github-app-id", "", "GitHub App ID")
223222
flag.StringVar(&githubAppInstallationId, "github-app-installation-id", "", "GitHub App Installation ID")
224223
flag.StringVar(&githubAppPrivateKey, "github-app-private-key", "", "GitHub App Private Key")

0 commit comments

Comments
 (0)