Skip to content

Commit f2a4c3f

Browse files
fix: add JIRA_TEAM_ID to Send a Slack Notification for APIs important events
1 parent b06ee85 commit f2a4c3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/api-versions-reminder.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
if: steps.retrieve-sunset-apis.outputs.hash_code_sunset_apis != null
7272
env:
7373
JIRA_API_TOKEN: ${{ secrets.jira_api_token }}
74+
JIRA_TEAM_ID: ${{ vars.JIRA_TEAM_ID_APIX_2}}
7475
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}}"
7576
run: |
7677
sunset_apis=$(sed 's/"/\\"/g' sunset_apis.json)

0 commit comments

Comments
 (0)