There was an error while loading. Please reload this page.
1 parent c7e4b1f commit 223c91dCopy full SHA for 223c91d
2 files changed
.github/workflows/trigger_pact_docs_update.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Trigger docs.pact.io update workflow
15
- uses: peter-evans/repository-dispatch@v3
+ uses: peter-evans/repository-dispatch@v4
16
with:
17
token: ${{ secrets.GHTOKENFORTRIGGERINGPACTDOCSUPDATE }}
18
repository: pact-foundation/docs.pact.io
.github/workflows/update_gems.yml
@@ -78,7 +78,7 @@ jobs:
78
run: script/scan.sh pactfoundation/pact-broker:latest
79
80
- name: Trigger release
81
82
83
token: ${{ secrets.GHTOKENFORPBDOCKERRELEASE }}
84
event-type: release-triggered
0 commit comments