Skip to content

Commit

Permalink
Add workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
prbhlnkr123 committed May 17, 2024
1 parent bee7b77 commit 0523c42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pact-consumer.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Pact-Consumer

on:
workflow_dispatch:

env:
PACT_FLOW_BASE_URL: ${{ secrets.PACT_BROKER_BASE_URL }}
PACT_FLOW_TOKEN: ${{ secrets.PACTFLOW_TOKEN }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pact-provider.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Pact-Provider

on:
workflow_dispatch:

env:
PACT_FLOW_BASE_URL: ${{ secrets.PACT_BROKER_BASE_URL }}
PACT_FLOW_TOKEN: ${{ secrets.PACTFLOW_TOKEN }}
Expand Down

0 comments on commit 0523c42

Please sign in to comment.