Skip to content

Commit

Permalink
Add action too
Browse files Browse the repository at this point in the history
  • Loading branch information
manolisliolios committed Jul 2, 2024
1 parent 605cbd7 commit 4ed05b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/suins-build-tx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- Disable Free Claims
- Profits to Treasury
- Transfer Reserved Names
- Coupons Discord Authorization
- DayOne Discount
sui_tools_image:
description: 'image reference of sui_tools'
default: 'mysten/sui-tools:mainnet'
Expand Down Expand Up @@ -112,15 +112,15 @@ jobs:
run: |
cd scripts && pnpm create-deepbook-pools
- name: Coupons Discord Authorization
if: ${{ inputs.transaction_type == 'Coupons Discord Authorization' }}
- name: DayOne Discount
if: ${{ inputs.transaction_type == 'DayOne Discount' }}
env:
NODE_ENV: production
GAS_OBJECT: ${{ inputs.gas_object_id }}
NETWORK: mainnet
ORIGIN: gh_action
run: |
cd scripts && pnpm coupons-discord-setup
cd scripts && pnpm setup-dayone-discount
- name: Show Transaction Data (To sign)
run: |
Expand Down

0 comments on commit 4ed05b1

Please sign in to comment.