Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
imfycc committed Nov 7, 2021
2 parents f929d9c + 9ede59d commit f9d9511
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/full-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
NOTION_API_KEY: ${{ secrets.NOTION_API_KEY }}
NOTION_DATABASE_ID: ${{ secrets.NOTION_DATABASE_ID }}
TOKEN_OF_GITHUB: ${{ secrets.TOKEN_OF_GITHUB }}
FULLSYNC_LIMIT: ${{ secrets.FULLSYNC_LIMIT }}
PARTIALSYNC_LIMIT: ${{ secrets.PARTIALSYNC_LIMIT }}
FULLSYNC_LIMIT: 2000
PARTIALSYNC_LIMIT: 10
FULL_SYNC: true
run: npm start
4 changes: 2 additions & 2 deletions .github/workflows/partial-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
NOTION_API_KEY: ${{ secrets.NOTION_API_KEY }}
NOTION_DATABASE_ID: ${{ secrets.NOTION_DATABASE_ID }}
TOKEN_OF_GITHUB: ${{ secrets.TOKEN_OF_GITHUB }}
FULLSYNC_LIMIT: ${{ secrets.FULLSYNC_LIMIT }}
PARTIALSYNC_LIMIT: ${{ secrets.PARTIALSYNC_LIMIT }}
FULLSYNC_LIMIT: 2000
PARTIALSYNC_LIMIT: 10
run: npm start

- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit f9d9511

Please sign in to comment.