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:
|
GITEA_TOKEN:
|
||||||
from_secret: gitea-token
|
from_secret: gitea-token
|
||||||
commands:
|
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
|
- 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
|
- name: build
|
||||||
|
|
Loading…
Reference in a new issue