Skip to content

Create mint.yml #174

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Create mint.yml #174

wants to merge 1 commit into from

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