Skip to content

Commit

Permalink
ARTIFACTORY_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalSumislawski committed Feb 14, 2025
1 parent 0aa4c3f commit 5bbec68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coralogix_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Publish
run: |
./gradlew "-PmavenUrl=https://cgx.jfrog.io/artifactory/virtual.sbt.coralogix.net" \
"-PmavenUsername=${{ secrets.JFROG_USER }}" \
"-PmavenPassword=${{ secrets.JFROG_PASSWORD }}" \
"-PmavenUsername=${{ secrets.ARTIFACTORY_USERNAME }}" \
"-PmavenPassword=${{ secrets.ARTIFACTORY_TOKEN_1 }}" \
publish

0 comments on commit 5bbec68

Please sign in to comment.