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 2f9c40e commit 3a82eb6Copy full SHA for 3a82eb6
src/logic/codefresh.ts
@@ -19,6 +19,7 @@ export class Codefresh {
19
headers: { Authorization: envToken },
20
baseUrl: `${envUrl}/api`,
21
};
22
+ return cf_creds;
23
}
24
25
const configPath = Deno.build.os === 'windows'
0 commit comments