Skip to content

Commit

Permalink
token
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Feb 21, 2024
1 parent 450544a commit 7d4dca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-client-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
with:
event-type: pact-ffi-released
repository: ${{ matrix.repos }}
token: ${{ secrets.GH_TOKEN_PACT_FFI_CLIENT_LIBRARY_UPDATE }}
token: ${{ github.token }}
client-payload: '{ "version": "${{ needs.verify_release.outputs.PACT_FFI_VERSION }}" }'
- name: sleep for 30 seconds to allow for PR to be created
run: sleep 30
Expand Down

0 comments on commit 7d4dca0

Please sign in to comment.