Skip to content

Commit db16264

Browse files
authored
fix: Revert "infra: Remove PGP key from SaaS build" (#6197)
1 parent 9b43a37 commit db16264

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/.reusable-deploy-ecs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
aws-access-key-id: ${{ vars.AWS_ACCESS_KEY_ID }}
3939
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
4040
aws-region: eu-west-2
41-
mask-aws-account-id: "no"
41+
mask-aws-account-id: 'no'
4242

4343
- name: Login to Amazon ECR
4444
id: login-ecr
@@ -62,6 +62,7 @@ jobs:
6262
build-args: CI_COMMIT_SHA=${{ github.sha }}
6363
secrets: |
6464
github_private_cloud_token=${{ secrets.GH_PRIVATE_ACCESS_TOKEN }}
65+
"sse_pgp_pkey=${{ secrets.SSE_PGP_PRIVATE_KEY }}"
6566
push: true
6667
tags: ${{ steps.meta.outputs.tags }}
6768
labels: ${{ steps.meta.outputs.labels }}

infrastructure/aws/production/ecs-task-definition-task-processor.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,4 +251,4 @@
251251
],
252252
"cpu": "1024",
253253
"memory": "2048"
254-
}
254+
}

0 commit comments

Comments
 (0)