Skip to content

Commit

Permalink
Fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
manolisliolios committed Oct 4, 2023
1 parent 0287d31 commit fd52bc4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/suins-build-tx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
NETWORK: mainnet
ORIGIN: gh_action
run: |
cd scripts && ts-node transactions/publish_utils.ts
cd scripts && pnpm publish-utils
- name: Authorize Utils
if: ${{ inputs.transaction_type == 'Authorize Utils' }}
Expand All @@ -133,7 +133,7 @@ jobs:
NETWORK: mainnet
ORIGIN: gh_action
run: |
cd scripts && ts-node transactions/authorize_utils.ts
cd scripts && pnpm authorize-utils
- name: Show Transaction Data (To sign)
run: |
Expand Down
4 changes: 3 additions & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"migrations::day_one::deauthorize": "ts-node transactions/deauthorize_bogo_app.ts",
"transactions::registration::publish": "ts-node transactions/publish_registration.ts",
"transfer::names": "ts-node reserved-names/transfer-names.ts",
"withdraw:auction:profits":"ts-node transactions/withdraw_funds_20290927.ts"
"withdraw:auction:profits":"ts-node transactions/withdraw_funds_20290927.ts",
"publish-utils": "ts-node transactions/publish_utils.ts",
"authorize-utils": "ts-node transactions/authorize_utils.ts"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit fd52bc4

Please sign in to comment.