Skip to content

Commit 23f6c6e

Browse files
author
tilo-14
committed
Fix secret name to docs-sync
1 parent 6a84186 commit 23f6c6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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_sync }}" \
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)