Skip to content

Commit

Permalink
Try to add python-common in a different way
Browse files Browse the repository at this point in the history
  • Loading branch information
TiagoOpenCosmos committed Jan 30, 2025
1 parent e9ddec5 commit b562ae1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: main

env:
GITLAB_PYPI_TOKEN: ${{ secrets.GITLAB_PYPI_TOKEN }}

on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ convention = "google"

[[tool.poetry.source]]
name = "gitlab"
url = "https://__token__:glpat-omkU3_Mi6gnx5m81Bm7z@git.o-c.space/api/v4/projects/689/packages/pypi/simple"
url = "https://__token__:${GITLAB_PYPI_TOKEN}@git.o-c.space/api/v4/projects/689/packages/pypi/simple"
default = true

0 comments on commit b562ae1

Please sign in to comment.