smellyCat (@zheyong)请教github action权限问题! 中发帖

在组织有一个仓库,为了能部署vercel,我fork到我个人仓库了。为了能让我push到组织仓库后,自动更新push到个人仓库,在组织仓库写action。 
现在获取个人的token,添加到组织仓库的secret了,然后让claude试了很多action的yml,都报错。
Run git config --global user.name "sync-bot"
remote: Permission to xxxx/xxxxx.git denied to github-actions[bot].
fatal: unable to access 'https://github.com/xxxx/xxxxx.git/': The requested URL returned error: 403
Error: Process completed with exit code 128.

请问...