Skip to content

Commit 8dd524c

Browse files
committed
chore(CI): ensure AWS account id is redacted
1 parent 0b7f778 commit 8dd524c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ permissions:
1717
jobs:
1818
deploy:
1919
runs-on: ubuntu-latest
20+
env:
21+
AWS_ACCOUNT_ID: ${{ secrets.AWS_ACCOUNT_ID }}
2022
environment: prod
2123
steps:
2224
- name: Checkout

0 commit comments

Comments
 (0)