fix(provisioner): fixed wrong variable used to retrieve github token when installing k3sup
This commit is contained in:
parent
04fa08133e
commit
667c7de87e
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
asset_name: k3sup
|
||||
asset_type: release
|
||||
repository: alexellis/k3sup
|
||||
github_token: "{{ common_github_token }}"
|
||||
github_token: "{{ provisioner_github_token }}"
|
||||
creates: '{{ provisioner_k3sup_binary_path }}'
|
||||
force: true
|
||||
cmds:
|
||||
|
|
Loading…
Add table
Reference in a new issue