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 44 push :
55 branches :
66 - main
7+ # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
78 schedule :
89 - cron : ' 30 0-23 * * *'
910
1718 with :
1819 node-version : ' 14'
1920 - 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 }}
2122 - run : yarn reconf
2223 - run : yarn build
2324 - run : yarn copy
You can’t perform that action at this time.
0 commit comments