We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33a2948 + 6b9a431 commit bd8a64cCopy full SHA for bd8a64c
.github/workflows/build.yml
@@ -5,7 +5,7 @@ on:
5
workflow_dispatch:
6
7
env:
8
- PACT_BROKER_BASE_URL: ${{ secrets.PACT_BROKER_BASE_URL }}
+ PACT_BROKER_BASE_URL: ${{ vars.PACT_BROKER_BASE_URL }}
9
PACT_PROVIDER: pactflow-example-provider
10
PACT_BROKER_TOKEN: ${{ secrets.PACTFLOW_TOKEN_FOR_CI_CD_WORKSHOP }}
11
REACT_APP_API_BASE_URL: http://localhost:3001
0 commit comments