Skip to content

Commit

Permalink
update github config
Browse files Browse the repository at this point in the history
  • Loading branch information
assadriaz committed Oct 11, 2024
1 parent 82a5e69 commit a2585b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
jobs:
maven-verify:
env:
JFROG_USER: ${{ secrets.ARTIFACTORY_USER }}
JFROG_PASS: ${{ secrets.ARTIFACTORY_APIKEY }}
JFROG_USER: ${{ secrets.ARTIFACTORY_AUTH_USER }}
JFROG_PASS: ${{ secrets.ARTIFACTORY_AUTH_TOKEN }}
runs-on: ubuntu-24.04
permissions:
contents: read
Expand Down

0 comments on commit a2585b8

Please sign in to comment.