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 f2b47d1 commit dbacfd1Copy full SHA for dbacfd1
.github/workflows/docgen-scheduler.yml
@@ -2,7 +2,7 @@ name: DocGen Scheduler
2
3
on:
4
workflow_dispatch:
5
- schedule:
+ schedule:
6
- cron: '0 1 * * 1-5'
7
8
jobs:
@@ -33,7 +33,7 @@ jobs:
33
curl \
34
-X POST \
35
-H "Accept: application/vnd.github.v3+json" \
36
- -H "Authorization: Bearer ${{ secrets.DXROBOT_PAT }}" \
+ -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
37
https://api.github.com/repos/${{ github.repository }}/actions/workflows/$WORKFLOW_ID/dispatches \
38
-d '{"ref":"'$REF'"}'
39
fi
0 commit comments