To use our integration automation templates, you will need to have:
You can use your single repository for all of your integrations. At the time of writing GitHub provides unlimited usage of GitHub actions free of charge on public repositories.
All of the automation templates require credentials be added to your GitHub repository in the Secrets menu. Each integration has its own specific credentials that will need to be added. All of them require your Orbit API key and your Orbit workspace ID.
Your Orbit API key can be find in your Orbit workspace by clicking on the picture of your avatar on the top left-hand corner, and then navigating to Account Settings
:
Your Orbit workspace ID is the part of your Orbit workspace URL that immediately follows the app.orbit.love
. For example, if the URL was https://app.orbit.love/my-workspace
, then your Orbit workspace ID is my-workspace
.
Follow these steps to add your ORBIT_API_KEY
and ORBIT_WORKSPACE_ID
to your GitHub repository secrets:
-
Then, click on the
Secrets
link from the side navigation bar: -
Once you are on the Secrets page, click on the
New repository secret
button:
Repeat the new secret step for each unique secret:
ORBIT_API_KEY
: Your Orbit API keyORBIT_WORKSPACE_ID
: Your Orbit workspace ID- ... other secrets for specific integrations