Skip to content

Commit 4952cbb

Browse files
committed
chore: deploy
1 parent 4e6d198 commit 4952cbb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
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

@@ -17,7 +18,7 @@ jobs:
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

0 commit comments

Comments
 (0)