File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1+ name : Dispatch Developer Hub Workflow
2+
3+ on :
4+ push :
5+ branches :
6+ - main
7+
8+ jobs :
9+ dispatch :
10+ runs-on : ubuntu-latest
11+ steps :
12+ - name : Send repository_dispatch to phrase/developer-hub
13+ uses : peter-evans/repository-dispatch@0eae9e597ebc81bcc8c2220e34ddff4bc7c769b3
14+ with :
15+ token : ${{ secrets.DISPATCH_DEVELOPER_HUB_TOKEN }}
16+ repository : phrase/developer-hub
17+ event-type : trigger-strings-workflow
18+ client-payload : ' {"source": "phrase/openapi", "type": "update"}'
Original file line number Diff line number Diff line change 99 ruby-version : 3.1.3
1010 decisions-file : config/license-decisions.yml
1111 secrets :
12- github-token : ${{ secrets.GH_ACCESS_TOKEN }}
12+ github-token : ${{ secrets.GH_LAWA_ACCESS_TOKEN }}
You can’t perform that action at this time.
0 commit comments