Skip to content

Commit

Permalink
Merge pull request #304 from alchemyplatform/gh-actions
Browse files Browse the repository at this point in the history
fix gh actions for polygon zkevm
  • Loading branch information
SahilAujla authored Nov 9, 2023
2 parents 90d40eb + b891900 commit 9ed6c55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync-apis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
env:
README_API_KEY: ${{ secrets.README_API_KEY }}
working-directory: ./polygon-zkevm
run: rdme openapi zkevm_batchNumberByBlockNumber.yaml --key=$README_API_KEY --id=6420c7868a79580051fc7231
run: rdme openapi zkevm_batchNumberByBlockNumber.yaml --key=$README_API_KEY --id=654d14a8b618e4000d880edb

- name: Update Polygon zkEVM API - eth_getFilterChanges
env:
Expand All @@ -177,7 +177,7 @@ jobs:
env:
README_API_KEY: ${{ secrets.README_API_KEY }}
working-directory: ./polygon-zkevm
run: rdme openapi zkevm_consolidatedBlockNumber.yaml --key=$README_API_KEY --id=6420c7950ff530004947d8b7
run: rdme openapi zkevm_consolidatedBlockNumber.yaml --key=$README_API_KEY --id=654d15317599f909a29a9efa

- name: Update Polygon zkEVM API - eth_getFilterLogs
env:
Expand Down Expand Up @@ -521,7 +521,7 @@ jobs:
env:
README_API_KEY: ${{ secrets.README_API_KEY }}
working-directory: ./polygon-pos
run: rdme openapi web3_sha3.yaml --key=$README_API_KEY --id=62d82d8d83fc58004e33187d
run: rdme openapi web3_sha3.yaml --key=$README_API_KEY --id=654d13eb5653ce00382cda04

- name: Update Polygon PoS API - eth_getBlockByHash
env:
Expand Down

0 comments on commit 9ed6c55

Please sign in to comment.