File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 4545 "PUBLIC_CONSOLE_MOCK_AI_SUGGESTIONS=false"
4646 "PUBLIC_GROWTH_ENDPOINT=${{ secrets.PUBLIC_GROWTH_ENDPOINT }}"
4747 "PUBLIC_STRIPE_KEY=${{ secrets.PUBLIC_STRIPE_KEY }}"
48+ "PUBLIC_CONSOLE_FINGERPRINT_KEY=${{ secrets.PUBLIC_CONSOLE_FINGERPRINT_KEY }}"
4849 "SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }}"
4950 "SENTRY_RELEASE=${{ github.event.release.tag_name }}"
5051 publish-cloud-stage :
8788 "PUBLIC_CONSOLE_MOCK_AI_SUGGESTIONS=false"
8889 "PUBLIC_GROWTH_ENDPOINT=${{ secrets.PUBLIC_GROWTH_ENDPOINT }}"
8990 "PUBLIC_STRIPE_KEY=${{ secrets.PUBLIC_STRIPE_KEY_STAGE }}"
91+ "PUBLIC_CONSOLE_FINGERPRINT_KEY=${{ secrets.PUBLIC_CONSOLE_FINGERPRINT_KEY_STAGE }}"
9092 publish-self-hosted :
9193 runs-on : ubuntu-latest
9294 steps :
@@ -166,4 +168,5 @@ jobs:
166168 "PUBLIC_CONSOLE_MOCK_AI_SUGGESTIONS=false"
167169 "PUBLIC_CONSOLE_FEATURE_FLAGS="
168170 "PUBLIC_STRIPE_KEY=${{ secrets.PUBLIC_STRIPE_KEY_STAGE }}"
171+ "PUBLIC_CONSOLE_FINGERPRINT_KEY=${{ secrets.PUBLIC_CONSOLE_FINGERPRINT_KEY_STAGE }}"
169172 "PUBLIC_GROWTH_ENDPOINT=${{ secrets.PUBLIC_GROWTH_ENDPOINT }}"
You can’t perform that action at this time.
0 commit comments