Skip to content

Commit 09f4798

Browse files
committed
Revert "feat: update workflows"
This reverts commit d5252d5.
1 parent 8b922aa commit 09f4798

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/sticker-award.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ jobs:
193193
COMMIT_SHA_FULL: ${{ env.sha_full }}
194194
ENV: "dev"
195195
DD_API_KEY: ${{secrets.DD_API_KEY}}
196-
CERTIFICATE_ARN: ${{secrets.CERTIFICATE_ARN_DEV}}
197196
DD_SITE: "datadoghq.com"
198197
run: |
199198
cd sticker-award/infra/aws

.github/workflows/sticker-catalogue.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ jobs:
196196
COMMIT_SHA_FULL: ${{ env.sha_full }}
197197
ENV: "dev"
198198
DD_API_KEY: ${{secrets.DD_API_KEY}}
199-
CERTIFICATE_ARN: ${{secrets.CERTIFICATE_ARN_DEV}}
200199
DD_SITE: "datadoghq.com"
201200
run: |
202201
cd sticker-catalogue/infra/aws

.github/workflows/user-management.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,6 @@ jobs:
338338
COMMIT_SHA_FULL: ${{ env.sha_full }}
339339
ENV: "dev"
340340
DD_API_KEY: ${{secrets.DD_API_KEY}}
341-
CERTIFICATE_ARN: ${{secrets.CERTIFICATE_ARN_DEV}}
342341
DD_SITE: "datadoghq.com"
343342
run: |
344343
cd user-management/infra/aws

.github/workflows/web-backend.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ jobs:
158158
COMMIT_SHA_FULL: ${{ env.sha_full }}
159159
ENV: "dev"
160160
DD_API_KEY: ${{secrets.DD_API_KEY}}
161-
CERTIFICATE_ARN: ${{secrets.CERTIFICATE_ARN_DEV}}
162161
DD_SITE: "datadoghq.com"
163162
run: |
164163
cd web-backend/infra/aws

0 commit comments

Comments
 (0)