File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- main
7
+ # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
7
8
schedule :
8
9
- cron : ' 30 0-23 * * *'
9
10
17
18
with :
18
19
node-version : ' 14'
19
20
- run : yarn
20
- - run : yarn posts:ci --token=${{ secrets.GG_TOKEN }} --owner=${{ secrets.GG_USER }} --repo=${{ secrets.GG_REPO }} --issues-owner=${{ secrets.GG_ISSUES_USER }} --issues-repo=${{ secrets.GG_ISSUES_REPO }} --type=${{ secrets.GG_TYPE }} --issues-state=${{ secrets.GG_ISSUES_STATE }}
21
+ - run : yarn posts:ci --token=${{ secrets.GG_TOKEN }} --owner=${{ github.repository_owner }} --repo=${{ github.repository }} --issues-owner=${{ secrets.GG_ISSUES_USER }} --issues-repo=${{ secrets.GG_ISSUES_REPO }} --type=${{ secrets.GG_TYPE }} --issues-state=${{ secrets.GG_ISSUES_STATE }}
21
22
- run : yarn reconf
22
23
- run : yarn build
23
24
- run : yarn copy
You can’t perform that action at this time.
0 commit comments