-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Description
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...
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?
Metadata
Metadata
Assignees
Labels
No labels