Skip to content

Commit

Permalink
Add workflow env var override
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhung committed Aug 19, 2024
1 parent 0bc7036 commit 1372f71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Get Artifactory and Xray versions
id: get_versions
env:
XRAY_HELM_CHART_VERSION: ${{ vars.XRAY_HELM_CHART_VERSION }}
XRAY_VERSION: ${{ vars.XRAY_VERSION }}
run: |
helm repo add jfrog https://charts.jfrog.io/
Expand Down

0 comments on commit 1372f71

Please sign in to comment.