MonolithProjects / ansible-github_actions_runner

Ansible Role to deploy GitHub Actions self-hosted runner
https://galaxy.ansible.com/ui/standalone/roles/monolithprojects/github_actions_runner/
MIT License
189 stars 77 forks source link

fix flaky 'find the latest runner version (RUN ONCE)' step #225

Closed steinwurf-sofie closed 1 week ago

steinwurf-sofie commented 1 week ago

Description

Seems the authorization token was simply missed on this step, but not on the others. Causes 403 rate limit reached if you call this project often enough..

Fix was to simply copy over the same authorization token from a previous step to this step as well.

Type of change

How Has This Been Tested?

Only tested manually.