Try to prevent 403 when accessing the GitHub API (#168)

* Repeat request on error (while logging it)

* Test one change at a time

* Conditionally authorize requests

This seems to affect Windows builds, so might not be the best solution,
but we're trying to isolate the issue to move forward

* Act on CI results

* Ease consumption via a JSON.parse wrapper

We still throw the error, but in a more controlled manner

* Act on CI results
This commit is contained in:
Paulo F. Oliveira
2023-01-04 07:27:57 +00:00
committed by GitHub
parent 2d314bc413
commit 37ac1c5116
5 changed files with 82 additions and 53 deletions
+3
View File
@@ -9,6 +9,9 @@ on:
branches:
- main
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
jobs:
integration_test:
name: >