Skip to content

Commit

Permalink
Update keep-lambda-alive.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-passbird authored Oct 28, 2022
1 parent 25eebb5 commit 5ee8119
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/keep-lambda-alive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,15 @@ jobs:
run: curl --location --request GET 'https://api.dublin.metakeep.xyz/v2/app/list'

- name: Ping lambda prod
run: curl --location --request GET 'https://api.metakeep.xyz/v2/app/list'
run: |
curl --location --request POST 'https://api.metakeep.xyz/v2/app/coin/balance' \
--header 'x-api-key: ${{secrets.PROD_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"coin": {
"currency": "0xb512854561c6081358442939c32aca47561024ab"
},
"of": {
"ethAddress": "0x09b80becbe709dd354b1363727514309d1ac3c7b"
}
}'

0 comments on commit 5ee8119

Please # to comment.