Skip to content

Commit 6a84186

Browse files
author
tilo-14
committed
Update workflow to use docs_sync secret name
1 parent 0ef85ac commit 6a84186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trigger-docs-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
run: |
1414
curl -X POST \
1515
-H "Accept: application/vnd.github.v3+json" \
16-
-H "Authorization: token ${{ secrets.DOCS_REPO_TOKEN }}" \
16+
-H "Authorization: token ${{ secrets.docs_sync }}" \
1717
https://api.github.com/repos/Lightprotocol/docs/dispatches \
1818
-d '{"event_type":"sync-examples"}'

0 commit comments

Comments
 (0)