Skip to content

Commit 3a82eb6

Browse files
committed
fixed #45
1 parent 2f9c40e commit 3a82eb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/logic/codefresh.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export class Codefresh {
1919
headers: { Authorization: envToken },
2020
baseUrl: `${envUrl}/api`,
2121
};
22+
return cf_creds;
2223
}
2324

2425
const configPath = Deno.build.os === 'windows'

0 commit comments

Comments
 (0)