Skip to content

Commit

Permalink
Test mask
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptSmith committed Oct 6, 2023
1 parent 29725ff commit 2a8436f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
working-directory: deployment
run: |
echo "::add-mask::{{ secrets.ACCOUNT_ID }}"
echo "::add-mask::85464"
cdk deploy TranscriptionStack
- name: Save FrontEndEnvironment to file
working-directory: frontend
Expand All @@ -64,6 +65,7 @@ jobs:
working-directory: frontend
run: |
echo "::add-mask::{{ secrets.ACCOUNT_ID }}"
echo "::add-mask::85464"
yarn build
- uses: aws-actions/configure-aws-credentials@v4
with:
Expand All @@ -75,4 +77,5 @@ jobs:
working-directory: deployment
run: |
echo "::add-mask::{{ secrets.ACCOUNT_ID }}"
echo "::add-mask::85464"
cdk deploy TranscriptionFrontEndStack

0 comments on commit 2a8436f

Please sign in to comment.