From faa687f71d0e10e5959c13d98a53a2816c51154d Mon Sep 17 00:00:00 2001 From: Matt DiMeglio Date: Sat, 7 Feb 2026 23:30:04 -0500 Subject: [PATCH] Fixing Headers --- .github/workflows/api-deploy-nonprod.yml | 2 +- .github/workflows/api-deploy-prod.yml | 2 +- .github/workflows/web-deploy-nonprod.yml | 2 +- .github/workflows/web-deploy-prod.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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