Skip to content

Commit e5c3954

Browse files
msarcevmarc2332
andauthored
fix(dapp-ci): Pass Sentry token through turbo (#1079)
* fix(dapp-ci): Pass SENTRY_AUTH_TOKEN through turbo * Update CODEOWNERS for turbo.json ownership --------- Co-authored-by: Marc Espin <mespinsanz@gmail.com>
1 parent c4c3623 commit e5c3954

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@
2121
/pnpm-lock.yaml @iotaledger/dev-tools @iotaledger/tooling
2222
/pnpm-workspace.yaml @iotaledger/dev-tools @iotaledger/tooling
2323
/prettier.config.cjs @iotaledger/tooling
24+
/turbo.json @iotaledger/tooling

turbo.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
},
2121
"build": {
2222
"dependsOn": ["^build"],
23-
"outputs": ["build/**", "dist/**", ".next/**", "!.next/cache/**"]
23+
"outputs": ["build/**", "dist/**", ".next/**", "!.next/cache/**"],
24+
"passThroughEnv": ["SENTRY_AUTH_TOKEN"]
2425
}
2526
}
2627
}

0 commit comments

Comments
 (0)