Skip to content

Commit

Permalink
[NOID] Adjusts format job credentials (#3877)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncordon authored Dec 20, 2023
1 parent 1033d6d commit 3aa6695
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/actions/gradle-command-on-pr/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generateLicenses-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/spotlessApply-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 3aa6695

Please sign in to comment.