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 5e096c4 commit e98cee9Copy full SHA for e98cee9
.github/workflows/ci.yml
@@ -43,6 +43,7 @@ jobs:
43
env:
44
SECRETS_CONTEXT: ${{ toJSON(secrets) }}
45
run: |
46
+ echo $NEXT_PUBLIC_CB_ENVIRONMENT
47
VAR_NAMES=$(bun scripts/generate-ci-env.ts)
48
echo "$SECRETS_CONTEXT" | jq -r --argjson vars "$VAR_NAMES" '
49
to_entries | .[] | select(.key as $k | $vars | index($k)) | .key + "=" + .value
0 commit comments