Managing API Keys
API keys let you use BuildBear's CI/CD service, and connect your GitHub repository to it
Step 1: Install the BuildBear GitHub App
-
Navigate to the CI/CD Dashboard using the sidebar in your BuildBear dashboard.
-
Click Install App and select the repositories you want to connect, either all or specific ones.
-
Confirm the GitHub App installation.
Step 2: Configure Repository Access
-
From the CI/CD Dashboard, select the repository you just connected.
-
Click Add Project.
Once you add the repository, a unique API Key will be shown. Copy this key and add it to your GitHub Repository Secrets as BUILDBEAR_API_KEY
or any environment variable of your choice.
Step 3: Verify Setup
Once linked, your repository will appear in the CI/CD Dashboard. It may initially appear empty until you push a GitHub Actions workflow to the repository.
Overview
BuildBear's CI/CD Service automates the creation of sandboxes and installing plugins so you can test and deploy on a periodic basis or any time you trigger a GitHub Action workflow.
Deployment and Testing with Foundry
Learn how to deploy and test your Foundry project's contracts with BuildBear's CI/CD service.