[Bug] Suddenly getting 403 after changing nothing
Describe the bug A clear and concise description of what the bug is.
- name: Check if version has been updated
id: package-version-check
uses: EndBug/version-check@v2
with:
file-name: ./packages/package-a/package.json
token: ${{ secrets.GITHUB_TOKEN }}
Getting a 403 response even though I am passing in the token.
To Reproduce
can't share commit it's on private repo
with:
file-name: ./packages/package-a/package.json
token: ***
diff-search: false
github-api-url: https://api.github.com
Searching for version update...
Error: Response code 403(Forbidden)
Expected behavior No 403 status code
Screenshots If applicable, add screenshots to help explain your problem. N/A Additional context Add any other context about the problem here. It was working just fine and then all of a sudden it stopped working on clear reason why
Does this also happen in @v2.1.4?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.