diff --git a/.github/workflows/deploy_vapt.yml b/.github/workflows/deploy_vapt.yml index 528f087c2..6253f9a70 100644 --- a/.github/workflows/deploy_vapt.yml +++ b/.github/workflows/deploy_vapt.yml @@ -1,4 +1,4 @@ -name: Deploy to staging +name: Deploy to VAPT concurrency: group: ${{ github.ref }} diff --git a/src/routes/iac/email.ts b/src/routes/iac/email.ts index d6f254a38..903f057a3 100644 --- a/src/routes/iac/email.ts +++ b/src/routes/iac/email.ts @@ -21,7 +21,7 @@ import { RequestHandler } from "@root/types" import { Brand } from "@root/types/util" import UsersService from "@services/identity/UsersService" -const PULUMI_HEADER_KEY = "X-Pulumi-Token" +const PULUMI_HEADER_KEY = "x-pulumi-token" export class IacEmailCreationRouter { private readonly simpleGit: SimpleGit