Skip to content

Commit

Permalink
chore: Added the missing enviroment variables to the playwright GH Ac…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
FleetAdmiralJakob committed Jan 1, 2024
1 parent fb81d74 commit cf2cd3d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ jobs:
run: pnpm exec playwright install --with-deps
- name: Build
run: pnpm build
env:
OPENWEATHER_API_KEY: ${{ secrets.OPENWEATHER_API_KEY }},
UPSTASH_REDIS_REST_URL: ${{ secrets.UPSTASH_API_KEY }},
UPSTASH_REDIS_REST_TOKEN: ${{ secrets.UPSTASH_REDIS_REST_TOKEN }},
UPSTASH_RATELIMITER_TOKEN_PER_TIME: ${{ secrets.UPSTASH_RATELIMITER_TOKEN_PER_TIME }},
UPSTASH_RATELIMITER_TIME_INTERVAL: ${{ secrets.UPSTASH_RATELIMITER_TIME_INTERVAL }},
RESEND_API_KEY: ${{ secrets.RESEND_API_KEY }},
QWEATHER_API_KEY: ${{ secrets.QWEATHER_API_KEY }},
- name: Test
run: pnpm e2e:test
- uses: actions/upload-artifact@v3
Expand Down

1 comment on commit cf2cd3d

@vercel
Copy link

@vercel vercel bot commented on cf2cd3d Jan 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.