Add vercel cache for CI

This commit is contained in:
ajnart
2023-05-16 13:38:15 +09:00
parent 631864dfaf
commit c195987564
2 changed files with 8 additions and 0 deletions

View File

@@ -15,6 +15,11 @@ defaults:
# change this if your nextjs app does not live at the root of the repo
working-directory: ./
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
permissions:
contents: read # for checkout repository
actions: read # for fetching base branch bundle stats