Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/subconsciouscompute/gino
- Owner: SubconsciousCompute
- License: agpl-3.0
- Created: 2024-04-08T21:34:28.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-10T17:59:53.000Z (6 months ago)
- Last Synced: 2024-09-30T03:04:19.024Z (about 1 month ago)
- Topics: devops, gitlab, integration, notion, python
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`