Skip to content

Commit

Permalink
add auto Obfuscate
Browse files Browse the repository at this point in the history
  • Loading branch information
6Kmfi6HP committed Sep 12, 2024
1 parent a95bb69 commit 7fb8ce1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/obfuscator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:

- name: Obfuscate code
run: |
javascript-obfuscator _worker.js --output _worker.obfuscated.js
mv _worker.obfuscated.js _worker.js
javascript-obfuscator index.js --output _worker.js
- name: Commit changes
run: |
Expand Down

0 comments on commit 7fb8ce1

Please sign in to comment.