diff --git a/tasks/collect_info.yml b/tasks/collect_info.yml index a08bf5d..7363686 100644 --- a/tasks/collect_info.yml +++ b/tasks/collect_info.yml @@ -64,6 +64,7 @@ ansible.builtin.uri: url: "https://api.github.com/repos/{{ runner_download_repository }}/releases/latest" headers: + Authorization: "token {{ access_token }}" Content-Type: "application/json" method: GET return_content: true