From 7c8f622afa6bad6f02f0a305de7b46fb06134f37 Mon Sep 17 00:00:00 2001 From: ccubed Date: Sat, 30 Mar 2024 03:04:31 -0400 Subject: [PATCH] test --- .woodpecker.yaml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 53f77bd..a56a0f3 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -35,14 +35,9 @@ steps: - event: push - status: [success, failure] depends_on: build-release - secrets: - - GITEA_TOKEN - - TEST_REPO_SECRET - - TEST_USER_SECRET + environment: + GOTOKEN: + from_secret: GOTIFY_TOKEN commands: - - ls build - - echo $$GITEA_TOKEN - - echo $TEST_REPO_SECRET - - echo {$$TEST_USER_SECRET} - apk add wget - - 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 + - wget "https://git.vertinext.com/message?token=$GOTOKEN" --post-data "title=${CI} - ${CI_REPO_NAME}&message=New pipeline running.&priority=0" -O /dev/null \ No newline at end of file