> For the complete documentation index, see [llms.txt](https://doc.duaer.com/zh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.duaer.com/zh/build/github.md).

# 在 Duaer 里用 GitHub 创建 Issue

在 Duaer 里，GitHub 默认 Authentication 是 Access Token，Resource 是 Issue，Operation 是 Create。需要 githubApi 凭据。
## 新建一个 Issue

1. 先建好 githubApi 凭据（或按面板改用 OAuth2 / githubOAuth2Api，或 GitHub App）。
2. 搜索 GitHub，接到上一个节点后面，选上凭据。
3. Resource 保持 Issue，Operation 保持 Create。
4. 填 Repository Owner、Repository Name、Title；可填 Body。
5. 点执行此步骤。

Issue 下还有 Create Comment、Edit、Get、Get Many、Lock。也有 Pull Request、File、Repository 等 Resource。

通用 HTTP 见 [在 Duaer 里用 HTTP Request 调接口](/zh/build/http-request.md)；入站事件见 [在 Duaer 里用 Webhook 接收请求](/zh/build/webhook.md)。
## Questions

### Duaer 的 GitHub Authentication 默认是什么？

Access Token，对应 githubApi。也可改成 OAuth2 或 GitHub App。

## 相关

- [在 Duaer 里用 HTTP Request 调接口](https://doc.duaer.com/zh/build/http-request.md)
- [在 Duaer 里用 Webhook 接收请求](https://doc.duaer.com/zh/build/webhook.md)
- [在 Duaer 里用 SSH 连远程主机](https://doc.duaer.com/zh/build/ssh.md)

