File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4747 if : steps.retrieve-sunset-apis.outputs.hash_code_sunset_apis != null
4848 env :
4949 JIRA_API_TOKEN : ${{ secrets.jira_api_token }}
50- JIRA_TEAM_ID : ${{ vars.JIRA_TEAM_ID_APIX_1 }}
50+ JIRA_TEAM_ID : ${{ vars.JIRA_TEAM_ID_APIX_PLATFORM }}
5151 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}}"
5252 run : |
5353 sunset_apis=$(sed 's/"/\\"/g' sunset_apis.json)
@@ -111,7 +111,7 @@ jobs:
111111 if : steps.retrieve-sunset-apis.outputs.hash_code_sunset_apis != null
112112 env :
113113 JIRA_API_TOKEN : ${{ secrets.jira_api_token }}
114- JIRA_TEAM_ID : ${{ vars.JIRA_TEAM_ID_APIX_1 }}
114+ JIRA_TEAM_ID : ${{ vars.JIRA_TEAM_ID_APIX_PLATFORM }}
115115 JIRA_TICKET_TITLE : " Some APIs are approaching their sunset date in the next month. ID: ${{steps.retrieve-sunset-apis.outputs.hash_code_sunset_apis}}"
116116 run : |
117117 sunset_apis=$(sed 's/"/\\"/g' sunset_apis.json)
@@ -175,7 +175,7 @@ jobs:
175175 if : steps.retrieve-sunset-apis.outputs.hash_code_sunset_apis != null
176176 env :
177177 JIRA_API_TOKEN : ${{ secrets.jira_api_token }}
178- JIRA_TEAM_ID : ${{ vars.JIRA_TEAM_ID_APIX_1 }}
178+ JIRA_TEAM_ID : ${{ vars.JIRA_TEAM_ID_APIX_PLATFORM }}
179179 JIRA_TICKET_TITLE : " Some APIs are approaching their sunset date in the next week. ID: ${{steps.retrieve-sunset-apis.outputs.hash_code_sunset_apis}}"
180180 run : |
181181 sunset_apis=$(sed 's/"/\\"/g' sunset_apis.json)
Original file line number Diff line number Diff line change @@ -59,11 +59,11 @@ jobs:
5959 with :
6060 env : ${{ inputs.env }}
6161 task_name : ' Optional Postman validation'
62- team_id : ${{ vars.JIRA_TEAM_ID_APIX_1 }}
62+ team_id : ${{ vars.JIRA_TEAM_ID_APIX_PLATFORM }}
6363 - name : Create Issue - IPA validation Failed
6464 if : ${{ failure() && steps.ipa-spectral-validation.outcome == 'failure'}}
6565 uses : ./.github/workflows/task-failure-handler.yml
6666 with :
6767 env : ${{ inputs.env }}
6868 task_name : ' Optional IPA validation'
69- team_id : ${{ vars.JIRA_TEAM_ID_APIX_1 }}
69+ team_id : ${{ vars.JIRA_TEAM_ID_APIX_PLATFORM }}
Original file line number Diff line number Diff line change 6262 with :
6363 env : ' dev'
6464 release_name : " IPA Metrics"
65- team_id : ${{ vars.JIRA_TEAM_ID_APIX_1 }}
65+ team_id : ${{ vars.JIRA_TEAM_ID_APIX_PLATFORM }}
6666 secrets :
6767 jira_api_token : ${{ secrets.JIRA_API_TOKEN }}
Original file line number Diff line number Diff line change 8080 with :
8181 env : " prod"
8282 release_name : " FOASCLI"
83- team_id : ${{ vars.JIRA_TEAM_ID_APIX_1 }}
83+ team_id : ${{ vars.JIRA_TEAM_ID_APIX_PLATFORM }}
8484 secrets :
8585 jira_api_token : ${{ secrets.JIRA_API_TOKEN }}
Original file line number Diff line number Diff line change @@ -253,6 +253,6 @@ jobs:
253253 with :
254254 env : ${{ inputs.env }}
255255 release_name : " OpenAPI Spec"
256- team_id : ${{ vars.JIRA_TEAM_ID_APIX_1 }}
256+ team_id : ${{ vars.JIRA_TEAM_ID_APIX_PLATFORM }}
257257 secrets :
258258 jira_api_token : ${{ secrets.JIRA_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments