需求:在线编辑config.yaml,stash在线引用它,同时保证安全

我的操作步骤:
新建github私有库,文件夹stash,把config.yaml放进去
GitHub — Settings— Developer settings— Personal access tokens— Tokens (classic)— Generate new token— Generate new token (classic)

设置token名字
有效期
Select scopes 勾选 repo
Generate token

访问链接:
https://raw.githubusercontent.com/xxxx/stash/main/config.yaml?token=ghp_xxxxxxxxxxxxxxxxxxxxxx
返回
404: Not Found

请教佬友们,怎么解决