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 14, 2023
1 parent 926bd24 commit 058070e
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 @@ -94,7 +94,7 @@ jobs:
- name: Push Helm Chart to Artifactory
env:
ARTIFACTORY_URL: ${{ secrets.ARTIFACTORY_URL }} # Set this in your GitHub repo secrets
ARTIFACTORY_URL: ${{ vars.ARTIFACTORY_URL }} # Set this in your GitHub repo secrets
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: |
Expand Down

0 comments on commit 058070e

Please sign in to comment.