ci: add registry secrets
This commit is contained in:
parent
d49b19881d
commit
f0489f2bf9
1 changed files with 5 additions and 0 deletions
|
|
@ -66,6 +66,11 @@ steps:
|
||||||
- poetry config repositories.roboces https://git.roboces.dev/api/packages/catalin/pypi
|
- poetry config repositories.roboces https://git.roboces.dev/api/packages/catalin/pypi
|
||||||
- poetry config http-basic.roboces "$REGISTRY_USERNAME" "$REGISTRY_PASSWORD"
|
- poetry config http-basic.roboces "$REGISTRY_USERNAME" "$REGISTRY_PASSWORD"
|
||||||
- poetry publish --repository roboces
|
- poetry publish --repository roboces
|
||||||
|
environment:
|
||||||
|
REGISTRY_USERNAME:
|
||||||
|
from_secret: REGISTRY_USERNAME
|
||||||
|
REGISTRY_PASSWORD:
|
||||||
|
from_secret: REGISTRY_PASSWORD
|
||||||
when:
|
when:
|
||||||
ref:
|
ref:
|
||||||
- refs/tags/v*
|
- refs/tags/v*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue