Skip to content

Commit 710763c

Browse files
committed
add logging in generate-ci-env.ts
1 parent e98cee9 commit 710763c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
env:
4444
SECRETS_CONTEXT: ${{ toJSON(secrets) }}
4545
run: |
46-
echo $NEXT_PUBLIC_CB_ENVIRONMENT
4746
VAR_NAMES=$(bun scripts/generate-ci-env.ts)
4847
echo "$SECRETS_CONTEXT" | jq -r --argjson vars "$VAR_NAMES" '
4948
to_entries | .[] | select(.key as $k | $vars | index($k)) | .key + "=" + .value

scripts/generate-ci-env.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,6 @@ function generateGitHubEnv() {
7373
console.log(JSON.stringify(selected))
7474
}
7575

76+
console.log({ asdfenv: process.env }, 'asdf')
77+
7678
generateGitHubEnv()

0 commit comments

Comments
 (0)