Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/subconsciouscompute/gino

GiNo integrates GitLab with Notion
https://github.com/subconsciouscompute/gino

devops gitlab integration notion python

Last synced: 24 days ago
JSON representation

GiNo integrates GitLab with Notion

Awesome Lists containing this project

README

        

# GiNo (Gitlab <-> Notion)

GiNo create a bridge between Gitlab and Notion.

## How to run

- Create `.env` file with following details.

```
NOTION_ACCESS_TOKEN = secret_ladidadadumdum
GITLAB_URL = "https://gitlab.subcom.tech"
GL_GROUP_TOKEN = t3xM-0000000000-21111
TASK_DATABASE_ID = 26e00000000000000000000000000000
```

```
GITLAB_URL = "https://gitlab.subcom.tech"
GL_GROUP_TOKEN =
TASK_DATABASE_ID =
NOTION_ACCESS_TOKEN =
```

- Run `gino run-once`