diff --git a/.woodpecker.yaml b/.woodpecker.yaml index d176269..eecb627 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -25,7 +25,9 @@ steps: depends_on: build-release commands: - apk add tea - - tea login add --name=temp --url=https://git.vertinext.com/ --token=$GITEATKN + - echo $GITEATKN + - echo ${GITEATKN} + - tea login add --name=temp --url=https://git.vertinext.com/ --token=${GITEATKN} - tea releases create --asset "build/lotj-ui.mpackage" --asset "build/lotj-ui.xml" --tag ${CI_COMMIT_TAG} - name: notify-on-branch-push