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 cf51c93 commit 0e1429eCopy full SHA for 0e1429e
getcomputo-pub.fsx
@@ -24,7 +24,7 @@ Env.Load(".env-secret")
24
let client =
25
let client = new GitHubClient(new ProductHeaderValue("computo"))
26
// Using environment variable for token is a good security practice
27
- match System.Environment.GetEnvironmentVariable("GITHUB_TOKEN") with
+ match System.Environment.GetEnvironmentVariable("API_GITHUB_TOKEN") with
28
| null
29
| "" -> client // No authentication
30
| token ->
0 commit comments