Skip to content

Commit

Permalink
fix(minor-fixes): fix header + vapt workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
seaerchin committed Feb 1, 2024
1 parent 5bc20c3 commit 940e8f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_vapt.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to staging
name: Deploy to VAPT

concurrency:
group: ${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion src/routes/iac/email.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 940e8f3

Please sign in to comment.