'Need help on actions-sync

I am trying to sync the repository (setup-node) from GitHub to my personal github account but I am seeing 404 error. Can someone help on this?

Logs mentioned below:

bash-3.2$ go run . sync \
>     --cache-dir "/Users/ajay/Desktop/cache" \
>     --destination-token "xxxxxx" \
>     --destination-url "https://github.com/ajaychinthapalli/setup-node.git" \
>     --repo-name actions/setup-node

pulling actions/setup-node to /Users/ajay/Desktop/cache/actions/setup-node … fetching * refs for actions/setup-node … syncing actions/setup-node error creating github repository actions/setup-node: error retrieving authenticated user: GET https://github.com/ajaychinthapalli/setup-node.git/api/v3/user: 1 404 exit status 1 bash-3.2$

xxxxxx → Personal Access Token



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source