Skip to content

Commit

Permalink
fix login
Browse files Browse the repository at this point in the history
Signed-off-by: Yellow Shine <[email protected]>
  • Loading branch information
yellow-shine committed Nov 14, 2024
1 parent 68797e1 commit 0b468b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sync-to-artifactory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
runs-on: ubuntu-latest
env:
CONAN_REVISIONS_ENABLED: 1
CONAN_LOGIN_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
CONAN_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down Expand Up @@ -48,4 +46,5 @@ jobs:
- name: Upload
if: ${{ github.event.inputs.upload == 'true' }}
run: |
conan user -p ${{ secrets.JFROG_PASSWORD }} -r default-conan-local ${{ secrets.JFROG_USERNAME }}
conan upload ${{ github.event.inputs.package }}@ -r default-conan-local

0 comments on commit 0b468b3

Please sign in to comment.