Skip to content

guyzmo/gitlab-notion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Gitlab to notion synchronizer

Inspired by official notion's example of github to notion sync

⚠️ It's still an early PoC, use at your own risk. User UX is still very rough, and output is pretty ugly

Currently, it only supports gitlab's groups, but you can change the code (change group_id to project_id in the gitlab API call).

To run it:

% yarn
% export DATABASE_ID="UUID_OF_YOUR_DATABASE"
% export GITLAB_GROUP_ID="name_of_your_gitlab_team"
% export GITLAB_TOKEN="your_gitlab_secret_token"
% export GITLAB_TOKEN="your_notion_secret_token"
% yarn start

About

Gitlab to notion sync

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published