Skip to content

Commit

Permalink
resend
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime committed Mar 8, 2024
1 parent 274c6fc commit 7f4bd96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CACHE_DATABASE_PATH="./other/cache.db"
SESSION_SECRET="super-duper-s3cret"
HONEYPOT_SECRET="super-duper-s3cret"
INTERNAL_COMMAND_TOKEN="some-made-up-token"
RESEND_API_KEY="re_blAh_blaHBlaHblahBLAhBlAh"
RESEND_API_KEY="re_dXWyzCRE_AM3VAd54sGtjKAqnTjYQMhgq"
SENTRY_DSN="your-dsn"

# the mocks and some code rely on these two being prefixed with "MOCK_"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
deploy:
name: 🚀 Deploy
runs-on: ubuntu-22.04
needs: []
needs: [lint, typecheck, vitest, playwright]
# only build/deploy branches on pushes
if: ${{ github.event_name == 'push' }}

Expand Down

0 comments on commit 7f4bd96

Please sign in to comment.