Skip to content

Commit f1ff772

Browse files
authored
Merge pull request #213 from code0-tech/move-dc-token-location
Move pyxis discord token from secret-manager to pyxis
2 parents 4ebb642 + fae0163 commit f1ff772

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/docker/pyxis/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ resource "docker_image" "pyxis" {
2121
}
2222

2323
data "gitlab_project_variable" "discord_bot_token" {
24-
project = "code0-tech/secret-manager"
24+
project = "code0-tech/infrastructure/pyxis"
2525
key = "PYXIS_DC_RELEASE_TOOLS_TOKEN"
2626
}
2727

0 commit comments

Comments
 (0)