❗ Remember to setup transform-hub locally or use the platform's environment for the sequence deployment.
Create new Workspace or use existing one.
Shorten the process of creating a new Workspace even further by clicking the + symbol in your Settings Menu. This will take you directly into the onboarding process for your new Workspace.
Set name of newly created workspace to config.json > cu_workspace =
cp python/gh-issues-to-clickup/config-example.json python/gh-issues-to-clickup/config.jsonEdit config.json file:
{
"github": {
"gh_token": "GITHUB_TOKEN",
"gh_repos": [
"scramjetorg/transform-hub",
"scramjetorg/reference-apps",
"scramjetorg/framework-js",
"scramjetorg/framework-python"
]
},
"clickup": {
"cu_token": "CLICKUP_TOKEN",
"cu_api_url": "https://api.clickup.com/api/v2/",
"cu_workspace": "<ClickUp Workspace Name>"
}
}sudo update-alternatives --config python # set python3 to 3.9 (/usr/bin/python3.9)
cd python/gh-issues-to-clickup
yarn build:refapps # build sequence
si seq deploy -f config.json dist/ # deploy and run sequenceGo to clickup.com and chosen Workspace and then check if the GH issues have been imported.