diff --git a/.github/workflows/api-deploy-nonprod.yml b/.github/workflows/api-deploy-nonprod.yml index 82238d8..cdd1175 100644 --- a/.github/workflows/api-deploy-nonprod.yml +++ b/.github/workflows/api-deploy-nonprod.yml @@ -106,6 +106,6 @@ jobs: run: | curl -u ${{ secrets.TEAMCITY_USERNAME }}:${{ secrets.TEAMCITY_PASSWORD }} \ -X POST \ - -H "Content-Type: application/x-www-form-urlencoded" \ + -H "Content-Type: application/xml" \ -d "buildType=id:${{ secrets.TEAMCITY_API_ID }}" \ "${{ secrets.TEAMCITY_URL }}/httpAuth/app/rest/buildQueue" \ No newline at end of file diff --git a/.github/workflows/api-deploy-prod.yml b/.github/workflows/api-deploy-prod.yml index 7148711..ed75077 100644 --- a/.github/workflows/api-deploy-prod.yml +++ b/.github/workflows/api-deploy-prod.yml @@ -106,6 +106,6 @@ jobs: run: | curl -u ${{ secrets.TEAMCITY_USERNAME }}:${{ secrets.TEAMCITY_PASSWORD }} \ -X POST \ - -H "Content-Type: application/x-www-form-urlencoded" \ + -H "Content-Type: application/xml" \ -d "buildType=id:${{ secrets.TEAMCITY_API_ID }}" \ "${{ secrets.TEAMCITY_URL }}/httpAuth/app/rest/buildQueue" diff --git a/.github/workflows/web-deploy-nonprod.yml b/.github/workflows/web-deploy-nonprod.yml index a92c66b..9999340 100644 --- a/.github/workflows/web-deploy-nonprod.yml +++ b/.github/workflows/web-deploy-nonprod.yml @@ -106,6 +106,6 @@ jobs: run: | curl -u ${{ secrets.TEAMCITY_USERNAME }}:${{ secrets.TEAMCITY_PASSWORD }} \ -X POST \ - -H "Content-Type: application/x-www-form-urlencoded" \ + -H "Content-Type: application/xml" \ -d "buildType=id:${{ secrets.TEAMCITY_WEB_ID }}" \ "${{ secrets.TEAMCITY_URL }}/httpAuth/app/rest/buildQueue" \ No newline at end of file diff --git a/.github/workflows/web-deploy-prod.yml b/.github/workflows/web-deploy-prod.yml index ccf49cb..970f44d 100644 --- a/.github/workflows/web-deploy-prod.yml +++ b/.github/workflows/web-deploy-prod.yml @@ -106,6 +106,6 @@ jobs: run: | curl -u ${{ secrets.TEAMCITY_USERNAME }}:${{ secrets.TEAMCITY_PASSWORD }} \ -X POST \ - -H "Content-Type: application/x-www-form-urlencoded" \ + -H "Content-Type: application/xml" \ -d "buildType=id:${{ secrets.TEAMCITY_WEB_ID }}" \ "${{ secrets.TEAMCITY_URL }}/httpAuth/app/rest/buildQueue" \ No newline at end of file