Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Dharma-09 authored Dec 7, 2024
1 parent 8ade920 commit 68545c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func loadConfig() Config {
}

config := Config{
GithubToken: os.Getenv("GITHUB_TOKEN"),
GithubToken: os.Getenv("GIT_TOKEN"),
RepoOwner: os.Getenv("TARGET_REPO_OWNER"),
RepoName: os.Getenv("TARGET_REPO_NAME"),
Label: os.Getenv("LABEL_TO_TRACK"),
Expand Down

0 comments on commit 68545c0

Please sign in to comment.