Skip to content

Repository not found #509

@chingc

Description

@chingc

Sorry, I don't know if this is the right place to post this, but today I've been having issues with actions/checkout@v2 where it would fail to checkout my repository. The error says my repository is not found. However, it wasn't happening all the time.

I had some workflows that didn't fail and those were all using my personal access token. After I updated my failing workflows to use a PAT my builds starting running again.

- uses: actions/checkout@v2
  with:
    token: ${{ secrets.MY_TOKEN }}

Could the default authentication token obtained by actions/checkout be bad?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions