Skip to content

Commit e7c57ae

Browse files
authored
Update .github/workflows/developer-hub.yml
1 parent 7253649 commit e7c57ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/developer-hub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Send repository_dispatch to repo B
1414
uses: peter-evans/repository-dispatch@v3
1515
with:
16-
token: ${{ secrets.GH_ACCESS_TOKEN }}
16+
token: ${{ secrets.GITHUB_TOKEN }}
1717
repository: phrase/developer-hub
1818
event-type: trigger-strings-workflow
1919
client-payload: '{"source": "phrase/openapi", "type": "update"}'

0 commit comments

Comments
 (0)