Skip to content

Commit

Permalink
Set proper env
Browse files Browse the repository at this point in the history
  • Loading branch information
schafevormfenster committed Oct 28, 2024
1 parent b867027 commit f00fc8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/API-Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
API-Tests:
runs-on: ubuntu-latest

environment: ${{ vars.API_BASE_URL }}
env:
API_BASE_URL: ${{ vars.API_BASE_URL }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f00fc8c

Please sign in to comment.