Skip to content

Commit 0828588

Browse files
committed
ci: setup turbo remote caching
1 parent fae96cc commit 0828588

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.changeset/seven-boxes-rest.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@sect/solid-hiding-header": patch
3+
---
4+
5+
setup turbo remote caching

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ jobs:
1111
release:
1212
name: Release
1313
runs-on: ubuntu-latest
14+
# To use Turborepo Remote Caching, set the following environment variables for the job.
15+
env:
16+
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
17+
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
18+
1419
steps:
1520
- name: Checkout Repo
1621
uses: actions/checkout@v2

0 commit comments

Comments
 (0)