Skip to content

Commit 28e9c06

Browse files
author
tilo-14
committed
Use docs_sync secret name with underscore
1 parent 23f6c6e commit 28e9c06

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-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)