Skip to content

Commit

Permalink
length
Browse files Browse the repository at this point in the history
  • Loading branch information
maxprilutskiy committed Oct 7, 2024
1 parent 0c1e53f commit 136dfd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action/src/instances/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import loadEnv from './_env.js';
export default async function loadConfig() {
const env = await loadEnv();

console.log(`Length of the replexica api key: ${env.REPLEXICA_API_KEY.length}`);

return {
replexicaApiKey: env.REPLEXICA_API_KEY,
isPullRequestMode: env.REPLEXICA_PULL_REQUEST,
Expand Down

0 comments on commit 136dfd2

Please sign in to comment.