From b3f67ada2164ff87cda19399a52712da0f878c0e 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 17:57:37 +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 bca8ec5a..50fe6467 100644 --- a/.github/workflows/notify-jenkins.yml +++ b/.github/workflows/notify-jenkins.yml @@ -19,6 +19,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-logagent"