Quickstart
This quickstart uses a template repository, but you can also follow these steps 2-4 from an existing repository.1. Create a new repository from the template
As shown in the image below, start by creating a new repository from the template. Click “Use Template” and then “Create a new repository”.
2. Obtain a deploy key
Deploy keys allow the GitHub Action to authenticate with hub.continue.dev. Obtain your deploy key here and then create a secret namedCONTINUE_API_KEY
in your GitHub repository.
3. Configure the GitHub Action
This step assumes you have already created an organization on
hub.continue.dev. If not, learn more here.
.github/workflows/main.yaml
and update the lines below to match your organization:
4. Commit and push
Add the YAML for your assistants and blocks to the appropriate directories. The name of the file will be the slug of the assistant/block.assistants/public
for public assistantsassistants/private
for private (visible only within your organization) assistantsblocks/public
for public blocksblocks/private
for private blocks
version
property of your updated YAML file(s).