Skip to content

Commit 15d0e13

Browse files
committed
move docs to right place
1 parent 270fc3d commit 15d0e13

1 file changed

Lines changed: 2 additions & 16 deletions

File tree

docs/src/content/docs/troubleshooting/common-issues.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -193,22 +193,7 @@ tools:
193193

194194
### Write Operations Fail
195195

196-
Grant required permissions in the `permissions:` section or use safe-outputs (recommended):
197-
198-
```yaml wrap
199-
# Direct write
200-
permissions:
201-
contents: read
202-
issues: write
203-
pull-requests: write
204-
205-
# Safe-outputs (recommended)
206-
permissions:
207-
contents: read
208-
safe-outputs:
209-
create-issue:
210-
add-comment:
211-
```
196+
Use safe outputs, or ask for new safe output types if needed.
212197

213198
### Safe Outputs Not Creating Issues
214199

@@ -263,6 +248,7 @@ safe-outputs:
263248
```
264249

265250
**Reserved field names to avoid**:
251+
266252
- `repository` (REPOSITORY type - not supported via API)
267253

268254
If a field already exists with an unsupported type, delete it in the GitHub Projects UI and recreate it with a different name.

0 commit comments

Comments
 (0)