fix: update auth token in ci cd files
This commit is contained in:
6
.github/workflows/taskdef.json
vendored
6
.github/workflows/taskdef.json
vendored
@@ -25,6 +25,10 @@
|
||||
{
|
||||
"name": "DB_URL",
|
||||
"valueFrom": "arn:aws:secretsmanager:eu-west-1:949678216675:secret:DB_URL-NmGgN8:DB_URL::"
|
||||
},
|
||||
{
|
||||
"name": "AUTH_TOKEN",
|
||||
"valueFrom": "arn:aws:secretsmanager:eu-west-1:949678216675:secret:personal-website/auth-token-odxL2n:PERSONAL_TOKEN::"
|
||||
}
|
||||
],
|
||||
"logConfiguration": {
|
||||
@@ -47,4 +51,4 @@
|
||||
],
|
||||
"cpu": "256",
|
||||
"memory": "512"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user