Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/developer-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main'
runs-on: ubuntu-latest
steps:
- name: Send repository_dispatch to phrase/developer-hub
- name: Send repository_dispatch to Phrase-Engineering/developer-hub
uses: peter-evans/repository-dispatch@0eae9e597ebc81bcc8c2220e34ddff4bc7c769b3
with:
token: ${{ secrets.DISPATCH_DEVELOPER_HUB_TOKEN }}
repository: phrase/developer-hub
repository: Phrase-Engineering/developer-hub
event-type: trigger-strings-workflow
client-payload: >-
{
Expand Down
Loading