version-check icon indicating copy to clipboard operation
version-check copied to clipboard

[Bug] Suddenly getting 403 after changing nothing

Open LukasDeco opened this issue 1 year ago • 1 comments

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

LukasDeco avatar Oct 07 '24 19:10 LukasDeco

Does this also happen in @v2.1.4?

EndBug avatar Oct 12 '24 16:10 EndBug

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.

github-actions[bot] avatar Nov 01 '24 17:11 github-actions[bot]