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.
2 parents 1a6e830 + 8dd1786 commit 5ca7232Copy full SHA for 5ca7232
.github/workflows/trigger.yml
@@ -0,0 +1,19 @@
1
+name: Enable each workflow
2
+on:
3
+ schedule:
4
+ - cron: '15 11 3 * *'
5
+
6
+jobs:
7
+ deploy:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - name: Enable each workflow
11
+ run: |
12
+ curl -i -X PUT \
13
+ -H 'Authorization: token ${{ secrets.GITHUB_TOKEN }}' \
14
+ -H "Accept: application/vnd.github.v3+json" \
15
+ 'https://api.github.com/repos/vim-jp/vimdoc-en/actions/workflows/generate.yml/enable'
16
17
18
19
+ 'https://api.github.com/repos/vim-jp/vimdoc-en/actions/workflows/trigger.yml/enable'
0 commit comments