Skip to content

Commit

Permalink
Update .push-to-artifactory.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
barrfalk committed Dec 18, 2023
1 parent e9ededb commit 433ea51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.push-to-artifactory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ jobs:
ARTIFACTORY_USER: ${{ secrets.ARTIFACTORY_USER }} # Set this in your GitHub repo secrets
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }} # Set this in your GitHub repo secrets
run: |
helm repo add myrepo ${{ secrets.ARTIFACTORY_URL }} --username ${{ secrets.ARTIFACTORY_USERNAME }} --password ${{ secrets.ARTIFACTORY_PASSWORD }}
helm repo add myrepo ${{ env.ARTIFACTORY_URL }} --username ${{ env.ARTIFACTORY_USER }} --password ${{ env.ARTIFACTORY_PASSWORD }}
helm push nr-compliance-enforcement-cm-*.tgz myrepo

0 comments on commit 433ea51

Please sign in to comment.