Skip to content

Conversation

cshein45
Copy link

name: Auto Mint MOVE

on:
workflow_dispatch:

jobs:
mint:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3

  - name: Setup Node
    uses: actions/setup-node@v3
    with:
      node-version: '18'

  - name: Install dependencies
    run: npm install

  - name: Run Mint Script
    env:
      PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
      RPC_URL: ${{ secrets.RPC_URL }}
    run: |
      npm install ethers
      echo "Starting minting..."
      node mint.js

@Lishkk
Copy link

Lishkk commented May 27, 2025

name: Auto Mint MOVE

on: workflow_dispatch:

jobs: mint: runs-on: ubuntu-latest steps: - name: Checkout repo uses: actions/checkout@v3

  - name: Setup Node
    uses: actions/setup-node@v3
    with:
      node-version: '18'

  - name: Install dependencies
    run: npm install

  - name: Run Mint Script
    env:
      PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
      RPC_URL: ${{ secrets.RPC_URL }}
    run: |
      npm install ethers
      echo "Starting minting..."
      node mint.js

@Lishkk
Copy link

Lishkk commented May 27, 2025

name: Auto Mint MOVE
on: workflow_dispatch:
jobs: mint: runs-on: ubuntu-latest steps: - name: Checkout repo uses: actions/checkout@v3

  - name: Setup Node
    uses: actions/setup-node@v3
    with:
      node-version: '18'

  - name: Install dependencies
    run: npm install

  - name: Run Mint Script
    env:
      PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
      RPC_URL: ${{ secrets.RPC_URL }}
    run: |
      npm install ethers
      echo "Starting minting..."
      node mint.js

@Lishkk
Copy link

Lishkk commented May 28, 2025

name: Auto Mint MOVE

on:
workflow_dispatch:

jobs:
mint:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3

  - name: Setup Node
    uses: actions/setup-node@v3
    with:
      node-version: '18'

  - name: Install dependencies
    run: npm install

  - name: Run Mint Script
    env:
      PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
      RPC_URL: ${{ secrets.RPC_URL }}
    run: |
      npm install ethers
      echo "Starting minting..."
      node mint.js

@Leannnelkens00
Copy link

Leannnelkens00 commented May 30, 2025 via email

@cshein45 cshein45 marked this pull request as draft May 31, 2025 09:52
@Hridoy000368
Copy link

more MONEY? Write ME YES ONTELEGRAM @btcb23 MONEY? Write✅✅✅✅

@Amrrty
Copy link

Amrrty commented Jun 13, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants