Skip to content

Commit

Permalink
Merge pull request #361 from alchemyplatform/cm/integrated-signer-ser…
Browse files Browse the repository at this point in the history
…vice

accounts github action directory fix
  • Loading branch information
CodesMcCabe authored Feb 29, 2024
2 parents da0a80f + b187465 commit b1f8713
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 @@ -130,12 +130,12 @@ jobs:
run: rdme openapi alchemy_simulateUserOperationAssetChanges.yaml --key=$README_API_KEY --id=6554e8dc1914ac000f50da38

# Update Embedded Accounts API
- name: Update Embedded Accounts API
- name: Update Embedded Accounts API - accounts
env:
README_API_KEY: ${{ secrets.README_API_KEY }}
working-directory: ./accounts.yaml
working-directory: ./accounts
run: rdme openapi accounts.yaml --key=$README_API_KEY --id=65e02c093719c50070e3b97a

# Update Debug APIs
- name: Update Debug API - debug_traceBlockByHash
env:
Expand Down

0 comments on commit b1f8713

Please sign in to comment.