Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita59292e

Browse files
committed
linting fixes
1 parentf31c3fe commita59292e

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

‎docs/ai-coder/github-to-tasks.md‎

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,15 +201,17 @@ This guide shows you how to automatically delegate routine engineering work to A
201201
**Cause:** The user who triggered the workflow hasn't linked their GitHub account to Coder.
202202

203203
**Solution:**
204+
204205
1. Ensure GitHub OAuth is configured in your Coder deployment (see [External Authentication docs](https://coder.com/docs/admin/external-auth#configure-a-github-oauth-app))
205-
2. Have the user visit `https://your-coder-url/settings/external-auth` and link their GitHub account
206-
3. Retry the workflow by re-applying the `coder` label or however else the workflow is triggered
206+
1. Have the user visit `https://your-coder-url/settings/external-auth` and link their GitHub account
207+
1. Retry the workflow by re-applying the `coder` label or however else the workflow is triggered
207208

208209
### "Failed to create task: 403 Forbidden"
209210

210211
**Cause:** The `coder-token` doesn't have the required permissions.
211212

212213
**Solution:** The token must have:
214+
213215
-Read users in organization
214216
-Create tasks for any user
215217

@@ -220,15 +222,18 @@ Generate a new token with these permissions at `https://your-coder-url/deploymen
220222
**Cause:** The `coder-template-name` is incorrect or the template doesn't exist in the specified organization.
221223

222224
**Solution:**
225+
223226
1. Verify the template name using:`coder templates list --org your-org-name`
224-
2. Update the `coder-template-name` input in your workflow file to match exactly, or input secret or variable saved in GitHub
225-
3. Ensure the template exists in the organization specified by `coder-organization`
227+
1. Update the `coder-template-name` input in your workflow file to match exactly, or input secret or variable saved in GitHub
228+
1. Ensure the template exists in the organization specified by `coder-organization`
226229

227230
### Task fails with "authentication failed" or "Bad credentials" after running for hours
228231

229232
**Symptoms:**
233+
230234
-Task starts successfully and works initially
231235
-After some time passes, `gh` CLI commands fail with:
236+
232237
-`authentication failed`
233238
-`Bad credentials`
234239
-`HTTP 401 Unauthorized`

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp