Skip to content

Commit

Permalink
add GH_TOKEN env to turbo conf
Browse files Browse the repository at this point in the history
  • Loading branch information
xgi committed Dec 21, 2024
1 parent cd41b92 commit 6892e88
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
],
"outputs": [
"release/**"
],
"passThroughEnv": [
"GH_TOKEN"
]
},
"dist:mac": {
Expand All @@ -48,6 +51,9 @@
],
"outputs": [
"release/**"
],
"passThroughEnv": [
"GH_TOKEN"
]
},
"dist:linux": {
Expand All @@ -56,6 +62,9 @@
],
"outputs": [
"release/**"
],
"passThroughEnv": [
"GH_TOKEN"
]
}
}
Expand Down

0 comments on commit 6892e88

Please sign in to comment.