Skip to content

Commit 7aed1f8

Browse files
committed
(build) use a different env var name for GITHUB_TOKEN to avoid collision
1 parent 83ec1e8 commit 7aed1f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/utils/credentials.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class GitHubCredentials
3636
{
3737
return new GitHubCredentials(
3838
context.EnvironmentVariable("GITHUB_USERNAME"),
39-
context.EnvironmentVariable("GITHUB_TOKEN"));
39+
context.EnvironmentVariable("RELEASE_GITHUB_TOKEN"));
4040
}
4141
}
4242

0 commit comments

Comments
 (0)