We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5be196 commit 236766fCopy full SHA for 236766f
2 files changed
.github/workflows/developer-hub.yml
@@ -0,0 +1,18 @@
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"}'
.github/workflows/lawa.yml
@@ -9,4 +9,4 @@ jobs:
ruby-version: 3.1.3
decisions-file: config/license-decisions.yml
secrets:
- github-token: ${{ secrets.GH_ACCESS_TOKEN }}
+ github-token: ${{ secrets.GH_LAWA_ACCESS_TOKEN }}
0 commit comments