build(CLI): Bump go to 1.24 (#852) #10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Dispatch Developer Hub Workflow | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
dispatch: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Send repository_dispatch to phrase/developer-hub | |
uses: peter-evans/repository-dispatch@0eae9e597ebc81bcc8c2220e34ddff4bc7c769b3 | |
with: | |
token: ${{ secrets.DISPATCH_DEVELOPER_HUB_TOKEN }} | |
repository: phrase/developer-hub | |
event-type: trigger-strings-workflow | |
client-payload: '{"source": "phrase/openapi", "type": "update"}' |