From 3aa6695f4555ab383b53de1bbcf73b34f0e1b83a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Cord=C3=B3n?= Date: Wed, 20 Dec 2023 17:10:22 +0100 Subject: [PATCH] [NOID] Adjusts format job credentials (#3877) --- .github/actions/gradle-command-on-pr/action.yaml | 4 ++-- .github/workflows/generateLicenses-command.yml | 2 +- .github/workflows/spotlessApply-command.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/gradle-command-on-pr/action.yaml b/.github/actions/gradle-command-on-pr/action.yaml index 08bcc04a2f..9786b2c85f 100644 --- a/.github/actions/gradle-command-on-pr/action.yaml +++ b/.github/actions/gradle-command-on-pr/action.yaml @@ -4,7 +4,7 @@ inputs: gradle-command: description: "Gradle command to run" required: true - TEAMCITY_DEV_URL: + TEAMCITY_FOUR_FOUR_URL: required: true TEAMCITY_USER: required: true @@ -29,7 +29,7 @@ runs: - name: Calls gradle command shell: bash env: - TEAMCITY_DEV_URL: ${{ inputs.TEAMCITY_DEV_URL }} + TEAMCITY_FOUR_FOUR_URL: ${{ inputs.TEAMCITY_FOUR_FOUR_URL }} TEAMCITY_USER: ${{ inputs.TEAMCITY_USER }} TEAMCITY_PASSWORD: ${{ inputs.TEAMCITY_PASSWORD }} run: | diff --git a/.github/workflows/generateLicenses-command.yml b/.github/workflows/generateLicenses-command.yml index 68f3953ed4..d43d29f00e 100644 --- a/.github/workflows/generateLicenses-command.yml +++ b/.github/workflows/generateLicenses-command.yml @@ -13,7 +13,7 @@ jobs: uses: ./.github/actions/gradle-command-on-pr with: gradle-command: generateLicenses - TEAMCITY_DEV_URL: ${{ secrets.TEAMCITY_DEV_URL }} + TEAMCITY_FOUR_FOUR_URL: ${{ secrets.TEAMCITY_FOUR_FOUR_URL }} TEAMCITY_USER: ${{ secrets.TEAMCITY_USER }} TEAMCITY_PASSWORD: ${{ secrets.TEAMCITY_PASSWORD }} SERVICE_ACCOUNT_PAT: ${{ secrets.SERVICE_ACCOUNT_PAT }} \ No newline at end of file diff --git a/.github/workflows/spotlessApply-command.yml b/.github/workflows/spotlessApply-command.yml index ca6823e717..234f724eba 100644 --- a/.github/workflows/spotlessApply-command.yml +++ b/.github/workflows/spotlessApply-command.yml @@ -13,7 +13,7 @@ jobs: uses: ./.github/actions/gradle-command-on-pr with: gradle-command: spotlessApply - TEAMCITY_DEV_URL: ${{ secrets.TEAMCITY_DEV_URL }} + TEAMCITY_FOUR_FOUR_URL: ${{ secrets.TEAMCITY_FOUR_FOUR_URL }} TEAMCITY_USER: ${{ secrets.TEAMCITY_USER }} TEAMCITY_PASSWORD: ${{ secrets.TEAMCITY_PASSWORD }} SERVICE_ACCOUNT_PAT: ${{ secrets.SERVICE_ACCOUNT_PAT }} \ No newline at end of file