Skip to content

Commit

Permalink
Set env from secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
gloomweaver committed Jun 14, 2024
1 parent d666fb1 commit 92d05c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ jobs:
- name: Build
run: dotnet build --no-restore
- name: Test
env:
API_KEY: ${{ secrets.SPICE_CLOUD_API_KEY }}
run: dotnet test --no-build --verbosity normal

0 comments on commit 92d05c4

Please sign in to comment.