Skip to content

Commit

Permalink
chore: add workflow to release pact cli docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jul 10, 2020
1 parent ca970c4 commit 0adf6ca
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/trigger_pact_cli_release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Trigger release of the pact-cli Docker image
on: release

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.GHTOKENFORPACTCLIRELEASE }}
repository: pact-foundation/pact-ruby-cli
event-type: gem-released

0 comments on commit 0adf6ca

Please sign in to comment.