From 02758a16b6ace70e7ddd8a44e91aafb4da3559dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20=C4=8Coklica?= <121823859+mcoklica1@users.noreply.github.com> Date: Thu, 12 Sep 2024 18:11:23 +0200 Subject: [PATCH] NO_JIRA - Update notify-jenkins.yml to correct the machine username --- .github/workflows/notify-jenkins.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify-jenkins.yml b/.github/workflows/notify-jenkins.yml index bf06f00..a71b9e8 100644 --- a/.github/workflows/notify-jenkins.yml +++ b/.github/workflows/notify-jenkins.yml @@ -20,6 +20,6 @@ jobs: uses: appleboy/jenkins-action@master with: url: "https://jenkins.new.test.sematext.com" - user: "machine" + user: "machine@sematext.com" token: ${{secrets.JENKINS_TOKEN}} job: "sematext-agent-java"