Skip to content

Commit 9c103e1

Browse files
committed
chore: Remove PGP key from SaaS build
1 parent 33ad626 commit 9c103e1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
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,7 +62,6 @@ 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 }}"
6665
push: true
6766
tags: ${{ steps.meta.outputs.tags }}
6867
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)