Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
Replacing TEMP_ARTIFACTORY_* names with ARTIFACTORY_*>
  • Loading branch information
jeffscottbrown authored Sep 30, 2024
1 parent 8180260 commit 2ceeb6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
id: publish
uses: gradle/gradle-build-action@v3
env:
ARTIFACTORY_USERNAME: ${{ secrets.TEMP_ARTIFACTORY_USERNAME }}
ARTIFACTORY_PASSWORD: ${{ secrets.TEMP_ARTIFACTORY_PASSWORD }}
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
with:
arguments: -Dorg.gradle.internal.publish.checksums.insecure=true publish
arguments: -Dorg.gradle.internal.publish.checksums.insecure=true publish

0 comments on commit 2ceeb6f

Please sign in to comment.