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 7c10a0d commit d204ce6Copy full SHA for d204ce6
ado-index.ts
@@ -35,7 +35,7 @@ async function run() {
35
// Also set other environment variables that the toolkit might expect
36
process.env.GITHUB_REPOSITORY = githubRepository;
37
process.env.GITHUB_API_URL = 'https://api.github.com';
38
-
+
39
// The dependency-submission-toolkit might expect these GitHub Actions environment variables
40
process.env.GITHUB_SERVER_URL = 'https://github.com';
41
process.env.GITHUB_GRAPHQL_URL = 'https://api.github.com/graphql';
0 commit comments