Skip to content

Commit

Permalink
Remove redundant mask
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptSmith committed Oct 6, 2023
1 parent 127e981 commit 287b0fb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ jobs:
run: yarn install
- name: Build frontend
working-directory: frontend
run: |
echo "::add-mask::${{ secrets.ACCOUNT_ID }}"
yarn build
run: yarn build
- uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: ap-southeast-2
Expand Down

0 comments on commit 287b0fb

Please sign in to comment.