Skip to content

Commit

Permalink
chore(ci): use GH Action org variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoscode committed Dec 11, 2023
1 parent 5f3460c commit d9999e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fromGitHubReleases: "true"
repo: "pmoscode/helm-chart-update-check"
urlTemplate: "https://github.com/pmoscode/helm-chart-update-check/releases/download/{{version}}/hcuc-{{version}}-linux-amd64.tar.gz"
version: "v0.1.1"
version: ${{ vars.HCUC_BINARY_VERSION }}
pathInArchive: "hcuc"
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit d9999e5

Please sign in to comment.