Skip to content

Commit

Permalink
chore: set env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Sep 17, 2020
1 parent 7901fd5 commit d760e6d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ jobs:
with:
node-version: '12'
- run: docker pull pactfoundation/pact-cli:latest
- run: npm i
- name:
- name: install
run: npm i
- name: build
run: make ci
env:
PACT_BROKER_TOKEN: ${{ secrets.TEST_PACTFLOW_IO_PACT_BROKER_TOKEN }}
REACT_APP_API_BASE_URL: http://localhost:8080
PACT_BROKER_BASE_URL: https://test.pact.dius.com.au
TRAVIS_COMMIT: ${{ env.GITHUB_SHA }}
TRAVIS_BRANCH: ${{ env.GITHUB_REF }}

0 comments on commit d760e6d

Please sign in to comment.