-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Description
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?
cuonghoang96, phamnhuvu-dev, llienard and DaemonDude23
Metadata
Metadata
Assignees
Labels
No labels