We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e9f2a8 + a977888 commit 0b0233dCopy full SHA for 0b0233d
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