Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit c639aef

Browse files
authored
Merge pull request #490 from alchemyplatform/gh-action-wallet-createsession
add gh action for updating `wallet_createSession`
2 parents 056b4c7 + b9cd9c7 commit c639aef

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/sync-apis.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,12 @@ jobs:
172172
working-directory: ./accounts
173173
run: rdme openapi wallet_createAccount.yaml --key=$README_API_KEY --id=67f434bd4a56c70043d51750
174174

175+
- name: Update Embedded Accounts API - wallet_createSession
176+
env:
177+
README_API_KEY: ${{ secrets.README_API_KEY }}
178+
working-directory: ./accounts
179+
run: rdme openapi wallet_createSession.yaml --key=$README_API_KEY --id=680296efc8a45000114867c5
180+
175181
- name: Update Embedded Accounts API - wallet_listAccounts
176182
env:
177183
README_API_KEY: ${{ secrets.README_API_KEY }}

0 commit comments

Comments
 (0)