diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 9041b66..95348ce 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -40,4 +40,4 @@ steps: secrets: [GITEA_TOKEN] commands: - apk add curl - - curl "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 + - curl "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