Skip to content

Commit

Permalink
fix: add missing env var for workflow for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Nov 26, 2021
1 parent eddad66 commit c3198ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on: [pull_request, workflow_dispatch]
jobs:
build-test:
runs-on: ubuntu-18.04
env:
VC_HTTP_API_AUTH_TOKEN: ${{secrets.VC_HTTP_API_AUTH_TOKEN}}
services:
postgres:
image: postgres:10.10
Expand Down

0 comments on commit c3198ca

Please sign in to comment.