Skip to content

Commit

Permalink
test5
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin-OP committed Nov 26, 2024
1 parent 90bebf2 commit 24b8d2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
REACT_APP_GITHUB_TOKEN: ${{ secrets.REACT_APP_GITHUB_TOKEN }}
# CI: false
run: npm run build

- name: Remove sensitive information
run: find ./build -type f -exec sed -i 's/${{ secrets.REACT_APP_GITHUB_TOKEN }}/[REDACTED]/g' {} +

- name: Verify build directory
run: ls -la ./build
Expand Down

0 comments on commit 24b8d2a

Please sign in to comment.