Skip to content

Commit

Permalink
use curl instead of jfrog cli
Browse files Browse the repository at this point in the history
  • Loading branch information
seebi committed Dec 16, 2024
1 parent f0ba65d commit f0173a0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/update-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ jobs:
poetry run cmem-plugin-index data/plugins_info.json
- name: Upload to artifactory
uses: jfrog/setup-jfrog-cli@v4
env:
# JFrog Platform url
JF_URL: ${{ vars.JF_URL }} # or 'https://acme.jfrog.io'
# JFrog Platform access token
JF_ACCESS_TOKEN: ${{ secrets.JF_ACCESS_TOKEN }}
- run: |
jf rt ping
JF_CREDENTIALS: ${{ secrets.JF_CREDENTIALS }}
JF_URL: ${{ secrets.JF_URL }}
- run: >
curl
-u$JF_CREDENTIALS
-T data/plugins_info.json
"$JF_URL"
- name: Commit and push changes
run: |
Expand Down

0 comments on commit f0173a0

Please sign in to comment.