Skip to content

build(CLI): Bump go to 1.24 (#852) #10

build(CLI): Bump go to 1.24 (#852)

build(CLI): Bump go to 1.24 (#852) #10

Workflow file for this run

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"}'