We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f80f29e commit aba93f4Copy full SHA for aba93f4
.github/workflows/dashboard.yml
@@ -50,6 +50,6 @@ jobs:
50
if: ${{ env.committed == 'true' }}
51
run: |
52
curl -X POST \
53
- -H "Authorization: token ${{ secrets.DASBOARD_TOKEN }}" \
+ -H "Authorization: token ${{ secrets.DASHBOARD_TOKEN }}" \
54
https://api.github.com/repos/${{ github.repository }}/dispatches \
55
-d '{"event_type":"data-committed-for-deploy", "client_payload": {"committed": "true"}}'
0 commit comments