Skip to content

ubiquity/onboard.ubq.fi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a0185cb · Feb 27, 2025
Feb 23, 2025
Jan 30, 2025
Jan 29, 2025
Feb 11, 2025
Feb 4, 2025
Jan 27, 2025
Mar 1, 2024
Feb 18, 2025
Mar 20, 2024
Mar 1, 2024
Mar 1, 2024
Mar 20, 2024
Feb 11, 2025
Mar 20, 2024
Jan 30, 2025
Jan 29, 2025

Repository files navigation

@ubiquity/onboard.ubq.fi

Generates the configuration for organizations, by creating a default configuration and creating a repository under the given Organization.

Requirements

Copy the env.example to .env and fill the required variables.

Run

yarn start

Should make the front-end page available at http://localhost:8080.

Required fields

  • CHAIN_ID: the id of the network you want to use for the transactions
  • WALLET_PRIVATE_KEY: the 64 digits crypto wallet key that will be used for transactions
  • GITHUB_PAT: a GitHub Personal Access Token
  • ORG_NAME: the name of the organization where you want to add the bot

Testing

To test with Cypress Studio UI, run

yarn cy:open

Otherwise to simply run the tests through the console, run

yarn cy:run

To test in a real-world scenario, you will need to create an Organization under your GitHub account, and use it as a dummy. If the operation is successful, you will see a new repository appear with the Ubiquibot configuration.