Install instructions should remind user to set COPILOT_GITHUB_TOKEN

オープン
#65 コメント 0 件 リアクション 1 件 担当者 2 名 GitHub で見る

@mrjf がすでに取り組んでいます。

2026年5月11日 から。

  • #66 @copilot-swe-agent による — オープン

評価

この issue はまだ評価されていません。

説明

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:

**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 "<your-token>"`

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.

主要言語
Python
スター
72
フォーク
6
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

githubnext/autoloop のほかの issue

githubnext/autoloop の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。