Skip to content

Commit 9a9e334

Browse files
fix: sentry auth token in docker target (#3487)
1 parent 1ab7c68 commit 9a9e334

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

catalyst_voices/blueprint.cue

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ project: {
1212
},
1313
]
1414
}
15+
"docker": {
16+
secrets: [
17+
{
18+
provider: "aws"
19+
path: "global/ci/sentry"
20+
maps: {
21+
"token": "SENTRY_AUTH_TOKEN"
22+
}
23+
},
24+
]
25+
}
1526
}
1627
deployment: {
1728
on: {

0 commit comments

Comments
 (0)