Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsso authored May 14, 2024
1 parent 4f24eb5 commit a230d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Check Version
run: |
echo Sha of APIkey -n
echo ${{ secrets.DWELLIR_API_KEY}} | md5dsum
echo ${{ secrets.DWELLIR_API_KEY}} | md5sum
echo -n "eden_rev=" >> $GITHUB_OUTPUT
curl -s --request POST --url https://nodle-parachain.api.onfinality.io/public --header 'Content-Type: application/json' --data '{
"jsonrpc": "2.0",
Expand Down

0 comments on commit a230d60

Please sign in to comment.