File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
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_2 }}
50+ JIRA_TEAM_ID : ${{ vars.JIRA_TEAM_ID_APIX_1 }}
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_2 }}
114+ JIRA_TEAM_ID : ${{ vars.JIRA_TEAM_ID_APIX_1 }}
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_2 }}
178+ JIRA_TEAM_ID : ${{ vars.JIRA_TEAM_ID_APIX_1 }}
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 8080 with :
8181 env : " prod"
8282 release_name : " FOASCLI"
83- team_id : ${{ vars.JIRA_TEAM_ID_APIX_2 }}
83+ team_id : ${{ vars.JIRA_TEAM_ID_APIX_1 }}
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_2 }}
256+ team_id : ${{ vars.JIRA_TEAM_ID_APIX_1 }}
257257 secrets :
258258 jira_api_token : ${{ secrets.JIRA_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments