Skip to content

Commit ce25528

Browse files
committed
cd: use turbo cache if available for test / build
1 parent 6350a9b commit ce25528

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cd.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ on:
77
branches:
88
- main
99

10+
# To use Turborepo Remote Caching, set the following environment variables.
11+
env:
12+
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
13+
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
14+
1015
jobs:
1116
release:
1217
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)