Skip to content

Bl action

Actions

About

Github action for Blaxel, a platform for building and deploying AI agents
v1
Latest
Star (5)

Blaxel Logo

Blaxel Action

GitHub Action for Blaxel

GitHub release GitHub marketplace


Usage

Blaxel is a platform for building and deploying AI agents. Please visit the documentation for more information about Blaxel. With this action, you can automate the deployment of your AI resources to Blaxel directly from your GitHub workflows.

Workflow

name: Deploy to Blaxel
on: [push]
jobs:
  deploy:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout code
        uses: actions/checkout@v2
      - name: Deploy to Blaxel
        uses: blaxel-ai/blaxel-action@v1
        with:
          workspace: "your-workspace"
          apikey: ${{ secrets.BL_API_KEY }}

Setup

  1. Create a Blaxel API Key: Go to your Blaxel account settings and generate an API key.
  2. Add the API Key to GitHub Secrets: In your GitHub repository, navigate to Settings > Secrets and add a new secret named BL_API_KEY.
  3. Configure the Workflow: Use the example above to configure your GitHub Actions workflow file.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.

Support

For any questions or issues, please open an issue in this repository.

Bl action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Github action for Blaxel, a platform for building and deploying AI agents
v1
Latest

Bl action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.