Skip to content

Commit dc0b57e

Browse files
committed
ci: add Turborepo remote caching environment variables
Add TURBO_TOKEN and TURBO_TEAM secrets to enable remote caching for faster CI builds across workflows.
1 parent b00c241 commit dc0b57e

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
branches: [main]
88

9+
env:
10+
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
11+
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
12+
913
jobs:
1014
lint:
1115
runs-on: [self-hosted, X64, Linux, aws, ubuntu, ubuntu-2404]

.github/workflows/release-please.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ permissions:
99
contents: write
1010
pull-requests: write
1111

12+
env:
13+
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
14+
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
15+
1216
jobs:
1317
release-please:
1418
runs-on: [self-hosted, X64, Linux, aws, ubuntu, ubuntu-2404]

0 commit comments

Comments
 (0)