Skip to content

Commit

Permalink
ci: fix stripe key env varaible
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenDittmann committed Aug 23, 2024
1 parent d336161 commit 9c8489d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
build-args: |
"PUBLIC_CONSOLE_MODE=cloud"
"PUBLIC_GROWTH_ENDPOINT=${{ secrets.PUBLIC_GROWTH_ENDPOINT }}"
"PUBLIC_STRIPE_KEY=${{ secrets.PUBLIC_GROWTH_ENDPOINT }}"
"PUBLIC_STRIPE_KEY=${{ secrets.PUBLIC_STRIPE_KEY }}"
publish-self-hosted:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 9c8489d

Please sign in to comment.