You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
" ERROR: Repository not found.
Error: The process bin/git failed with exit code 128"
...Please ensure that the correct permissions exist...
name: 'some job'
on:
push:
branches:
- main
jobs:
some-job:
runs-on: ['self-hosted']
steps:
- name: 'Checkout Service'
uses: actions/checkout@v4
with:
repository: "some-name/test"
path: test
token: "<here is my token>"
ref: main
The branch "main" exists. The token is inserted correctly. The personal token was created with my github account in the developer settings. I verified the token with the git cli. The token itself is valid. It may have to do with my self-hosted runner? Is there anything else I need to consider?
Hi,
as simple as is it
" ERROR: Repository not found.
Error: The process bin/git failed with exit code 128"
...Please ensure that the correct permissions exist...
The branch "main" exists. The token is inserted correctly. The personal token was created with my github account in the developer settings. I verified the token with the git cli. The token itself is valid. It may have to do with my self-hosted runner? Is there anything else I need to consider?
Stackoverflow link
The text was updated successfully, but these errors were encountered: