Skip to content

Commit

Permalink
Secret not Env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelBreslaw committed Jan 22, 2024
1 parent d862893 commit ae5ad2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gg-mono/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"private": true,
"scripts": {
"build": "pnpm --stream -r build",
"build:turbo": "turbo build --api $TURBO_URL --token=$TURBO_CODE --team=CI",
"build:turbo": "turbo build --api=${{ secrets.TURBO_URL }} --token=${{ secrets.TURBO_CODE }} --team=CI",
"coverage": "pnpm --stream -r coverage",
"format:check": "pnpm --stream -r format:check",
"format:write": "pnpm -r format:write",
Expand Down

0 comments on commit ae5ad2c

Please sign in to comment.