diff --git a/.github/workflows/api-versions-reminder.yml b/.github/workflows/api-versions-reminder.yml index aaf3d29199..acd87bbb2e 100644 --- a/.github/workflows/api-versions-reminder.yml +++ b/.github/workflows/api-versions-reminder.yml @@ -47,7 +47,7 @@ jobs: if: steps.retrieve-sunset-apis.outputs.hash_code_sunset_apis != null env: JIRA_API_TOKEN: ${{ secrets.jira_api_token }} - JIRA_TEAM_ID: ${{ vars.JIRA_TEAM_ID_APIX_2}} + JIRA_TEAM_ID: ${{ vars.JIRA_TEAM_ID_APIX_1}} 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}}" run: | sunset_apis=$(sed 's/"/\\"/g' sunset_apis.json) @@ -111,7 +111,7 @@ jobs: if: steps.retrieve-sunset-apis.outputs.hash_code_sunset_apis != null env: JIRA_API_TOKEN: ${{ secrets.jira_api_token }} - JIRA_TEAM_ID: ${{ vars.JIRA_TEAM_ID_APIX_2}} + JIRA_TEAM_ID: ${{ vars.JIRA_TEAM_ID_APIX_1}} JIRA_TICKET_TITLE: "Some APIs are approaching their sunset date in the next month. ID: ${{steps.retrieve-sunset-apis.outputs.hash_code_sunset_apis}}" run: | sunset_apis=$(sed 's/"/\\"/g' sunset_apis.json) @@ -175,7 +175,7 @@ jobs: if: steps.retrieve-sunset-apis.outputs.hash_code_sunset_apis != null env: JIRA_API_TOKEN: ${{ secrets.jira_api_token }} - JIRA_TEAM_ID: ${{ vars.JIRA_TEAM_ID_APIX_2}} + JIRA_TEAM_ID: ${{ vars.JIRA_TEAM_ID_APIX_1}} JIRA_TICKET_TITLE: "Some APIs are approaching their sunset date in the next week. ID: ${{steps.retrieve-sunset-apis.outputs.hash_code_sunset_apis}}" run: | sunset_apis=$(sed 's/"/\\"/g' sunset_apis.json) diff --git a/.github/workflows/release-cli.yml b/.github/workflows/release-cli.yml index 3bc59a9cf5..18377a05ca 100644 --- a/.github/workflows/release-cli.yml +++ b/.github/workflows/release-cli.yml @@ -80,6 +80,6 @@ jobs: with: env: "prod" release_name: "FOASCLI" - team_id: ${{ vars.JIRA_TEAM_ID_APIX_2 }} + team_id: ${{ vars.JIRA_TEAM_ID_APIX_1 }} secrets: jira_api_token: ${{ secrets.JIRA_API_TOKEN }} diff --git a/.github/workflows/release-spec.yml b/.github/workflows/release-spec.yml index c199dcedef..b5aec4d920 100644 --- a/.github/workflows/release-spec.yml +++ b/.github/workflows/release-spec.yml @@ -253,6 +253,6 @@ jobs: with: env: ${{ inputs.env }} release_name: "OpenAPI Spec" - team_id: ${{ vars.JIRA_TEAM_ID_APIX_2 }} + team_id: ${{ vars.JIRA_TEAM_ID_APIX_1 }} secrets: jira_api_token: ${{ secrets.JIRA_API_TOKEN }}