Skip to content

Commit 0b0233d

Browse files
Merge pull request #225 from steinwurf/fix/missing-token-in-collect-info
fix flaky 'find the latest runner version (RUN ONCE)' step
2 parents 3e9f2a8 + a977888 commit 0b0233d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/collect_info.yml

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
ansible.builtin.uri:
6565
url: "https://api.github.com/repos/{{ runner_download_repository }}/releases/latest"
6666
headers:
67+
Authorization: "token {{ access_token }}"
6768
Content-Type: "application/json"
6869
method: GET
6970
return_content: true

0 commit comments

Comments
 (0)