Closed discombobulateme closed 3 years ago
Workflows are being interrupted claiming API rate limit, this aim to fix that
Issue : #
Following GitHub documentation and a thread in GitHub repo, adding the following line should solve it: with: repo-token: ${{ secrets.GITHUB_TOKEN }}
with: repo-token: ${{ secrets.GITHUB_TOKEN }}
Workflows are being interrupted claiming API rate limit, this aim to fix that
Description
Following GitHub documentation and a thread in GitHub repo, adding the following line should solve it:
with: repo-token: ${{ secrets.GITHUB_TOKEN }}