Skip to content

Commit

Permalink
fixup! fix: Make CLERK_PUBLISHABLE_KEY env required and fix publishak…
Browse files Browse the repository at this point in the history
…eKey as param
  • Loading branch information
dimkl committed Feb 22, 2024
1 parent 82e1fbd commit 3d40696
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ jobs:
gem install bundler -v 2.2.15
bundle install
bundle exec rake
env:
CLERK_PUBLISHABLE_KEY: 'pk_test_ZXhhbXBsZS5jb20k'

0 comments on commit 3d40696

Please sign in to comment.