githubnext / githubnext/autoloop

Install instructions should remind user to set COPILOT_GITHUB_TOKEN

Đang mở
#65 0 bình luận 1 reaction 2 người được giao Được @mrjf nhận Xem trên GitHub
Ngôn ngữ chính
Python
Star
71
Fork
6
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

## Problem

After following `install.md`, the autoloop workflow fails on first run because `COPILOT_GITHUB_TOKEN` is not set. The error is not obvious:

```
Error: None of the following secrets are set: COPILOT_GITHUB_TOKEN
```

## Suggestion

Add a short reminder at the end of Step 5 (after the PR is created) in `install.md`, something like:

```markdown
**Important:** Before the workflow can run, add a `COPILOT_GITHUB_TOKEN` secret to your repository:

1. [Create a fine-grained PAT](https://github.com/settings/personal-access-tokens/new?name=COPILOT_GITHUB_TOKEN&description=GitHub+Agentic+Workflows+-+Copilot+engine+authentication&user_copilot_requests=read) with **Account permissions > Copilot Requests > Read**.
2. Add it to your repo: `gh aw secrets set COPILOT_GITHUB_TOKEN --value ""`
```

Also have the installing agent print this after completing the install steps, so the user sees it immediately rather than discovering it from a failed Actions run.

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.