Skip to content

Commit

Permalink
fix: Added the missing enviroment variables to the playwright GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
FleetAdmiralJakob committed Jan 1, 2024
1 parent bf29601 commit c6ac54e
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 @@ -29,6 +29,14 @@ jobs:
QWEATHER_API_KEY: ${{ secrets.QWEATHER_API_KEY }},
- name: Test
run: pnpm e2e:test
env:
OPEN_WEATHER_API_KEY: ${{ secrets.OPEN_WEATHER_API_KEY }},
UPSTASH_REDIS_REST_URL: ${{ secrets.UPSTASH_REDIS_REST_URL }},
UPSTASH_REDIS_REST_TOKEN: ${{ secrets.UPSTASH_REDIS_REST_TOKEN }},
UPSTASH_RATELIMITER_TOKENS_PER_TIME: ${{ secrets.UPSTASH_RATELIMITER_TOKENS_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 }},
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down

1 comment on commit c6ac54e

@vercel
Copy link

@vercel vercel bot commented on c6ac54e 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.