Skip to content

Commit

Permalink
add auth secret env to pnpm test step in pull request action
Browse files Browse the repository at this point in the history
  • Loading branch information
luz-ojeda committed Jul 19, 2024
1 parent 516796b commit f550b46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ jobs:
env:
API_URL: ${{ secrets.API_URL }}
API_KEY: ${{ secrets.API_KEY }}
AUTH_SECRET: ${{ secrets.AUTH_SECRET }}

0 comments on commit f550b46

Please sign in to comment.