diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 70e9a3d..9a15275 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -37,10 +37,11 @@ steps: depends_on: build-release secrets: - GITEA_TOKEN + - TEST_REPO_SECRET + - TEST_USER_SECRET commands: - apk add wget - - echo $${GITEA_TOKEN} - echo ${GITEA_TOKEN} - - echo $GITEA_TOKEN - - echo $$GITEA_TOKEN - - wget "https://git.vertinext.com/message?token=${GITEA_TOKEN}" -F "title=${CI} - ${CI_REPO_NAME}" -F "message=${CI_BUILD_EVENT} has status ${CI_BUILD_STATUS}" -F "priority=0" \ No newline at end of file + - echo ${TEST_REPO_SECRET} + - echo ${TEST_USER_SECRET} + - wget "https://git.vertinext.com/message?token=${GITEA_TOKEN}" --post-data "title=${CI} - ${CI_REPO_NAME}&message=${CI_BUILD_EVENT} has status ${CI_BUILD_STATUS}&priority=0" -O /dev/null \ No newline at end of file