A CLI tool for Code Fundi; an AI assistant that helps you write better code faster.
name: Site Build
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Auto debug logs incase of error
uses: code-fundi/code-fundi-action@main
with:
command: npm run build
key: ${{ secrets.CODE_FUNDI_API_KEY }}
To get your API Key head over to the dashboard.
Next, click on the Profile
tab and scroll to the section with the API Key.
From here, you can create your API key and copy it in the config file.