> For the complete documentation index, see [llms.txt](https://doc.duaer.com/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/build/github.md).

# Create a GitHub issue in Duaer

In Duaer, GitHub defaults to Authentication Access Token, Resource Issue, and Operation Create. You need a githubApi credential.
## Create an issue

1. Create a githubApi credential (or switch to OAuth2 / githubOAuth2Api, or a GitHub App).
2. Search for GitHub, connect it after the previous node, and select that credential.
3. Leave Resource on Issue and Operation on Create.
4. Set Repository Owner, Repository Name, and Title. Optionally set Body.
5. Select Execute step.

Under Issue you also get Create Comment, Edit, Get, Get Many, and Lock. Other resources include Pull Request, File, and Repository.

For generic HTTP, see [Call an API with HTTP Request in Duaer](/build/http-request.md). For inbound events, see [Receive a request with Webhook in Duaer](/build/webhook.md).
## Questions

### What is the default GitHub Authentication in Duaer?

Access Token, which uses githubApi. You can switch to OAuth2 or a GitHub App.

## Related

- [Call an API with HTTP Request in Duaer](https://doc.duaer.com/build/http-request.md)
- [Receive a request with Webhook in Duaer](https://doc.duaer.com/build/webhook.md)
- [Connect over SSH in Duaer](https://doc.duaer.com/build/ssh.md)

