githubnext / githubnext/autoloop

Install instructions should remind user to set COPILOT_GITHUB_TOKEN

未关闭
#65 0 条评论 1 个 reaction 已指派 2 人 已被 @mrjf 认领 在 GitHub 查看
主要语言
Python
星标
71
派生
6
PR 合并指标
30 天内没有已合并 PR

描述

## 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.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。