Unauthorized Wally Publish
I got this issue:
```bash
[INFO ] Updating package index https://github.com/UpliftGames/wally-index...
Publishing bookek/satset@0.1.3 to https://github.com/UpliftGames/wally-index
Error: 401 Unauthorized
{"message":"you do not have permission to write in scope bookek"}
```
Even my organization people is public.
`wally.toml:`
```toml
[package]
name = "bookek/satset"
description = "High-performance, buffer-backed hybrid networking for Roblox with zero-allocation delta synchronization."
version = "0.1.3"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
exclude = [
"**/*.rbxl",
"**/*.rbxlx",
"**/*.rbxm",
".gitattributes",
".gitignore",
".github",
"references",
"benchmark",
"docs",
"tests",
"default.project.json",
"build.project.json",
"package.json",
"stylua.toml",
"selene.toml",
"rokit.toml",
"wally.lock",
"CONTRIBUTING.md",
]
```
关闭于 2026-05-05 0 条评论