Skip to content

Commit 3fc2a28

Browse files
update slack channel and jira team
1 parent 0755b8f commit 3fc2a28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-IPA-metrics.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ jobs:
6666
if: ${{ steps.metric-collection.outputs.warning_count > 0 }}
6767
env:
6868
WARNING_COUNT: ${{ steps.metric-collection.outputs.warning_count }}
69-
TEAM_ID: ${{ vars.JIRA_TEAM_ID_APIX_1 }}
69+
TEAM_ID: ${{ vars.JIRA_TEAM_ID_APIX_PLATFORM }}
7070
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
7171
SLACK_BEARER_TOKEN: ${{ secrets.SLACK_BEARER_TOKEN }}
72-
SLACK_CHANNEL_ID: ${{ secrets.SLACK_CHANNEL_ID_APIX_1_DEV }}
72+
SLACK_CHANNEL_ID: ${{ secrets.SLACK_CHANNEL_ID_APIX_PLATFORM_DEV }}
7373
run: |
7474
chmod +x .github/scripts/handle_warning_violations.sh
7575
.github/scripts/handle_warning_violations.sh "$WARNING_COUNT" "$TEAM_ID" "$JIRA_API_TOKEN" "$SLACK_BEARER_TOKEN" "$SLACK_CHANNEL_ID"

0 commit comments

Comments
 (0)