Skip to content

Commit 0195a6f

Browse files
authored
Remove unused turbo remote cache env vars (#33030)
1 parent cfa8ab9 commit 0195a6f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build_test_deploy.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -698,9 +698,6 @@ jobs:
698698
run: turbo run build-native --cache-dir=".turbo"
699699
env:
700700
MACOSX_DEPLOYMENT_TARGET: '10.13'
701-
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
702-
TURBO_TEAM: nextjs
703-
TURBO_PROJECT: nextjs
704701

705702
- name: Upload artifact
706703
uses: actions/[email protected]
@@ -886,9 +883,6 @@ jobs:
886883
run: turbo run build-native --cache-dir=".turbo" -- --release --target ${{ matrix.target }}
887884
env:
888885
MACOSX_DEPLOYMENT_TARGET: '10.13'
889-
TURBO_TOKEN: ${{secrets.TURBO_TOKEN}}
890-
TURBO_TEAM: nextjs
891-
TURBO_PROJECT: nextjs
892886

893887
- name: Upload artifact
894888
uses: actions/[email protected]

0 commit comments

Comments
 (0)