fix(provisioner): added missing github_token parameter when installing k3sup
This commit is contained in:
parent
50e7b53f97
commit
6876a18241
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
asset_name: k3sup
|
||||
asset_type: release
|
||||
repository: alexellis/k3sup
|
||||
github_token: "{{ common_github_token }}"
|
||||
creates: '{{ provisioner_k3sup_binary_path }}'
|
||||
force: true
|
||||
cmds:
|
||||
|
|
Loading…
Add table
Reference in a new issue