From a9778880e9a18a910aaf49e809b1509d16cd8c02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sofie=20Finnes=20=C3=98vrelid?= Date: Tue, 5 Nov 2024 13:37:00 +0100 Subject: [PATCH] fix: missing authorization token in collect_info.yml --- tasks/collect_info.yml | 1 + 1 file changed, 1 insertion(+) 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