We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 660379b commit a977888Copy full SHA for a977888
tasks/collect_info.yml
@@ -64,6 +64,7 @@
64
ansible.builtin.uri:
65
url: "https://api.github.com/repos/{{ runner_download_repository }}/releases/latest"
66
headers:
67
+ Authorization: "token {{ access_token }}"
68
Content-Type: "application/json"
69
method: GET
70
return_content: true
0 commit comments