Skip to content

Commit e98cee9

Browse files
committed
add logging in ci
1 parent 5e096c4 commit e98cee9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)