From f2a4c3fe9d5cdbec8bcfe830dcad61116c9a5897 Mon Sep 17 00:00:00 2001 From: andreaangiolillo Date: Mon, 3 Mar 2025 09:11:34 +0000 Subject: [PATCH] fix: add JIRA_TEAM_ID to Send a Slack Notification for APIs important events --- .github/workflows/api-versions-reminder.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/api-versions-reminder.yml b/.github/workflows/api-versions-reminder.yml index fd8562faa8..c68a369a9d 100644 --- a/.github/workflows/api-versions-reminder.yml +++ b/.github/workflows/api-versions-reminder.yml @@ -71,6 +71,7 @@ jobs: if: steps.retrieve-sunset-apis.outputs.hash_code_sunset_apis != null env: JIRA_API_TOKEN: ${{ secrets.jira_api_token }} + JIRA_TEAM_ID: ${{ vars.JIRA_TEAM_ID_APIX_2}} JIRA_TICKET_TITLE: "Some APIs are approaching their sunset date in the next 3 months. ID: ${{steps.retrieve-sunset-apis.outputs.hash_code_sunset_apis}}" run: | sunset_apis=$(sed 's/"/\\"/g' sunset_apis.json)