Skip to content

Commit

Permalink
Fix helm chart deploy (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
assafad1 authored Nov 28, 2024
1 parent 19a7e76 commit ee0fd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-chart-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
- name: use-jfrog-cli
run: |
cd charts/coralogix-operator
jfrog rt upload --access-token ${{ secrets.ARTIFACTORY_NONUSER_ACCESS_TOKEN }} "${{ env.CHART_NAME }}-*.tgz" coralogix-charts --url ${{ env.ARTIFACTORY_URL }}
jfrog rt upload --user "${{ secrets.JFROG_USER }}" --password "${{ secrets.JFROG_PASSWORD }}" "${{ env.CHART_NAME }}-*.tgz" coralogix-charts --url ${{ env.ARTIFACTORY_URL }}

0 comments on commit ee0fd17

Please sign in to comment.