diff --git a/pyproject.toml b/pyproject.toml index c9287b2..80d90ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,9 @@ classifiers = [ "Homepage" = "https://github.com/Geode-solutions/OpenGeodeWeb-Back" "Bug Tracker" = "https://github.com/Geode-solutions/OpenGeodeWeb-Back/issues" +[tool.semantic_release.remote.token] +env = "GH_TOKEN" + [tool.setuptools.packages.find] where = ["src"] namespaces = false