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
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
[ ] Small minor change not affecting the Ansible Role code (Github Actions Workflow, Documentation etc.)
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.