Skip to content

Commit

Permalink
fix: secret defintions
Browse files Browse the repository at this point in the history
  • Loading branch information
darcyclarke committed Jan 21, 2025
1 parent 45322b1 commit cbc5892
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
COREPACK_ENABLE_STRICT=0
COREPACK_ENABLE_AUTO_PIN=0
YARN_ENABLE_IMMUTABLE_INSTALLS=false
NX_CLOUD_ACCESS_TOKEN=${{ secrets.NX_TOKEN }}
TURBO_TOKEN=${{ secrets.TURBO_TOKEN }}
TURBO_TEAMID=${{ secrets.TURBO_TEAMID }}
NX_CLOUD_ACCESS_TOKEN="${{ secrets.NX_TOKEN }}"
TURBO_TOKEN="${{ secrets.TURBO_TOKEN }}"
TURBO_TEAMID="${{ secrets.TURBO_TEAMID }}"

# Install Package Managers & Benchmark Tools
cargo install hyperfine --quiet
Expand Down

0 comments on commit cbc5892

Please sign in to comment.