✨ Add vercel cache for CI
This commit is contained in:
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
@@ -19,6 +19,9 @@ env:
|
|||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
# github.repository as <account>/<repo>
|
# github.repository as <account>/<repo>
|
||||||
IMAGE_NAME: ${{ github.repository }}
|
IMAGE_NAME: ${{ github.repository }}
|
||||||
|
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
|
||||||
|
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# Push image to GitHub Packages.
|
# Push image to GitHub Packages.
|
||||||
|
|||||||
5
.github/workflows/nextjs_bundle_analysis.yml
vendored
5
.github/workflows/nextjs_bundle_analysis.yml
vendored
@@ -15,6 +15,11 @@ defaults:
|
|||||||
# change this if your nextjs app does not live at the root of the repo
|
# change this if your nextjs app does not live at the root of the repo
|
||||||
working-directory: ./
|
working-directory: ./
|
||||||
|
|
||||||
|
env:
|
||||||
|
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
|
||||||
|
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
|
||||||
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read # for checkout repository
|
contents: read # for checkout repository
|
||||||
actions: read # for fetching base branch bundle stats
|
actions: read # for fetching base branch bundle stats
|
||||||
|
|||||||
Reference in New Issue
Block a user