Skip to content

Commit

Permalink
build(turbo): add env vars to deploy task
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEdoRan committed Aug 11, 2024
1 parent 07f5088 commit 1240905
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"test": {},
"lint": {},
"deploy": {
"dependsOn": ["build", "lint"]
"dependsOn": ["build", "lint"],
"env": ["NPM_TOKEN", "GITHUB_TOKEN"]
},
"dev": {
"cache": false,
Expand Down

0 comments on commit 1240905

Please sign in to comment.