diff --git a/.github/workflows/issue-triggered-create-jira.yml b/.github/workflows/issue-triggered-create-jira.yml index e4a8422..6fccd5c 100644 --- a/.github/workflows/issue-triggered-create-jira.yml +++ b/.github/workflows/issue-triggered-create-jira.yml @@ -36,7 +36,7 @@ jobs: summary: ("New GitHub Issue: " + $title), description: ("Issue #" + $number + " opened by " + $author + ".\n*URL:* " + $url + ".\n*Body:*\n\n" + $body), issuetype: "Bug", - labels: ["project-LINK_AI_WALLET"] + labels: ["project-RUN_LINK_AGENT_WALLET"] }') SIG=$(printf '%s' "$BODY" | openssl dgst -sha256 -mac HMAC -macopt hexkey:$API_KEY -binary | openssl base64 -A)