File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments