Skip to content

Commit bd8a64c

Browse files
authored
Merge pull request #209 from jocelynlecomte/jocelynlecomte-patch-1
PACT_BROKER_URL is a var and not a secret
2 parents 33a2948 + 6b9a431 commit bd8a64c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
workflow_dispatch:
66

77
env:
8-
PACT_BROKER_BASE_URL: ${{ secrets.PACT_BROKER_BASE_URL }}
8+
PACT_BROKER_BASE_URL: ${{ vars.PACT_BROKER_BASE_URL }}
99
PACT_PROVIDER: pactflow-example-provider
1010
PACT_BROKER_TOKEN: ${{ secrets.PACTFLOW_TOKEN_FOR_CI_CD_WORKSHOP }}
1111
REACT_APP_API_BASE_URL: http://localhost:3001

0 commit comments

Comments
 (0)