Skip to content

Commit

Permalink
ci: Revert artifactory env in publish flow (#9)
Browse files Browse the repository at this point in the history
Signed-off-by: Usman Saleem <[email protected]>
  • Loading branch information
usmansaleem authored Mar 22, 2024
1 parent f584e45 commit 4c085f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ jobs:
- name: Publish to JFrog Artifactory
run: ./gradlew artifactoryPublish
env:
ARTIFACTORY_USER: ${{ secrets.BESU_ARTIFACTORY }}
ARTIFACTORY_USER: ${{ secrets.ARTIFACTORY_USER }}
ARTIFACTORY_KEY: ${{ secrets.BESU_ARTIFACTORY }}

0 comments on commit 4c085f8

Please sign in to comment.