Skip to content

Commit aba93f4

Browse files
committed
Fix dashboard token name
1 parent f80f29e commit aba93f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dashboard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ jobs:
5050
if: ${{ env.committed == 'true' }}
5151
run: |
5252
curl -X POST \
53-
-H "Authorization: token ${{ secrets.DASBOARD_TOKEN }}" \
53+
-H "Authorization: token ${{ secrets.DASHBOARD_TOKEN }}" \
5454
https://api.github.com/repos/${{ github.repository }}/dispatches \
5555
-d '{"event_type":"data-committed-for-deploy", "client_payload": {"committed": "true"}}'

0 commit comments

Comments
 (0)