Skip to content

Commit

Permalink
Readme file update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismail bennis committed Dec 6, 2023
1 parent 0eceb2c commit 83cabca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: npm install @smart-chain-fr/smartgitanchor -g

- name: Compute hashes and send to API
run: smartgitanchor --callbackUrl=${{ secrets.CALLBACK_URL }} --secureApi=${{ secrets.SECURE_API }} --apiKey=${{ secrets.API_KEY }} --filesPath=${{ secrets.FILES_PATH }}
run: smartgitanchor --callbackUrl=${{ secrets.CALLBACK_URL }} --apiUrl=${{ secrets.SECURE_API }} --apiKey=${{ secrets.API_KEY }} --filesPath=${{ secrets.FILES_PATH }}
```
### Step 2: Create Secrets
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smart-chain-fr/smartgitanchor",
"version": "1.1.1",
"version": "1.1.2",
"description": "SmartGitAnchor is a versatile Node.js package designed for computing and securely transmitting file hashes.",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 83cabca

Please sign in to comment.