Skip to content

Commit

Permalink
chore: env vars for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed May 18, 2024
1 parent b192d7a commit fe08f22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bun-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:

env:
NODE_ENV: "test"
WEBHOOK_SECRET: ${{ secrets.WEBHOOK_SECRET }}
APP_ID: ${{ secrets.APP_ID }}
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}

jobs:
testing:
Expand Down

0 comments on commit fe08f22

Please sign in to comment.