fix(provisioner): fixed wrong variable used to retrieve github token when installing k3sup

This commit is contained in:
NaeiKinDus 2024-12-27 00:00:00 +00:00
parent 04fa08133e
commit 667c7de87e
Signed by: WoodSmellParticle
GPG key ID: 8E52ADFF7CA8AE56

View file

@ -37,7 +37,7 @@
asset_name: k3sup asset_name: k3sup
asset_type: release asset_type: release
repository: alexellis/k3sup repository: alexellis/k3sup
github_token: "{{ common_github_token }}" github_token: "{{ provisioner_github_token }}"
creates: '{{ provisioner_k3sup_binary_path }}' creates: '{{ provisioner_k3sup_binary_path }}'
force: true force: true
cmds: cmds: