Circle CI Workflows
Extension for quickly visualize Circle CI Workflows status.
How to get API Token
- Open https://app.circleci.com/settings/user/tokens.
- Click "Create New Token".
- Name it (eg: "Raycast")
- Here is your API Token.
How to get Organization Slug
- Open a Terminal.
- Run the following curl command with your previously retrieved API Token.
curl --request GET \
--url https://circleci.com/api/v2/me/collaborations \
--header 'Circle-Token: <YOUR_API_TOKEN_HERE'
- Then you get your organization slug by using the following pattern on the wanted organization entry:
<vcs_type>/<name>
(eg.: github/qeude
)
Note: If this instruction wasn't clear, please let me know in Slack Community or feel free to create a PR with improved steps.