Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/jscrambler-code-integrity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
id: jscrambler
if: steps.jscrambler_config.outputs.exists == 'true'
# the complete list of inputs can be found here: https://github.com/marketplace/actions/jscrambler#inputs
uses: jscrambler/code-integrity-actions/protect@af3b8668f02abd16ee1b8d9a06276ddd043b053f
uses: jscrambler/code-integrity-actions/protect@89dc47d647cafe1d3aa01b80d85aa232f2b9dba1
with:
application-id: ${{ secrets['JSCRAMBLER_APPLICATION_ID'] }} # This value should be created within your Jscrambler account
secret-key: ${{ secrets['JSCRAMBLER_SECRET_KEY'] }} # This value can be found in your Jscrambler account
Expand Down
Loading