Skip to content

chore(cli): bump golang.org/x/oauth2 from 0.24.0 to 0.27.0 in /client… #27

chore(cli): bump golang.org/x/oauth2 from 0.24.0 to 0.27.0 in /client…

chore(cli): bump golang.org/x/oauth2 from 0.24.0 to 0.27.0 in /client… #27

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