We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e98cee9 commit 710763cCopy full SHA for 710763c
.github/workflows/ci.yml
@@ -43,7 +43,6 @@ 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
scripts/generate-ci-env.ts
@@ -73,4 +73,6 @@ function generateGitHubEnv() {
73
console.log(JSON.stringify(selected))
74
}
75
76
+console.log({ asdfenv: process.env }, 'asdf')
77
+
78
generateGitHubEnv()
0 commit comments