Skip to content

Commit

Permalink
Merge pull request #366 from codeconsole/5.1.x-creds
Browse files Browse the repository at this point in the history
Update gradle.yml
  • Loading branch information
codeconsole authored Oct 3, 2024
2 parents f0300ba + 3d3ca30 commit 8d3ca66
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 8d3ca66

Please sign in to comment.