This commit is contained in:
parent
ea15833118
commit
b6d43477a4
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ steps:
|
|||
GITEA_TOKEN:
|
||||
from_secret: gitea-token
|
||||
commands:
|
||||
- echo $GITEA_USER
|
||||
- echo $${GITEA_USER}
|
||||
- curl --user $${GITEA_USER}:$${GITEA_TOKEN} --upload-file receiver/Cargo.toml https://itsblue.dev/api/packages/dorian/generic/ok-ready-go/$${DRONE_COMMIT_SHA}/Cargo.toml
|
||||
|
||||
- name: build
|
||||
|
|
Loading…
Reference in a new issue