diff options
| author | opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> | 2026-02-10 20:03:24 +0000 |
|---|---|---|
| committer | opencode <[email protected]> | 2026-02-10 20:22:31 +0000 |
| commit | 4f6b9297840d242bdee25691959cd1ccfcd732fa (patch) | |
| tree | f120f2b21cb8e21d31604b92aecc6f824c747d6e /packages/web/src/content/docs/ko/github.mdx | |
| parent | 55119559b320535253e67925d27ecad2466d50ed (diff) | |
| download | opencode-4f6b9297840d242bdee25691959cd1ccfcd732fa.tar.gz opencode-4f6b9297840d242bdee25691959cd1ccfcd732fa.zip | |
chore: generate
Diffstat (limited to 'packages/web/src/content/docs/ko/github.mdx')
| -rw-r--r-- | packages/web/src/content/docs/ko/github.mdx | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/packages/web/src/content/docs/ko/github.mdx b/packages/web/src/content/docs/ko/github.mdx index 7a6f730c5..2395ee667 100644 --- a/packages/web/src/content/docs/ko/github.mdx +++ b/packages/web/src/content/docs/ko/github.mdx @@ -70,7 +70,7 @@ GitHub 앱을 설치하고 워크플로를 만들고 비밀을 설정할 수 있 model: anthropic/claude-sonnet-4-20250514 # share: true # github_token: xxxx - ``` +``` 3. ** 비밀의 API 키 저장 ** @@ -89,12 +89,12 @@ GitHub 앱을 설치하고 워크플로를 만들고 비밀을 설정할 수 있 대안으로, GitHub Action runner의 [붙박이 `GITHUB_TOKEN`](https://docs.github.com/en/actions/tutorials/authenticate-with-github token)을 사용하여 opencode GitHub 앱을 설치하지 않고 사용할 수 있습니다. 워크플로우에서 필요한 권한을 부여하는 것을 확인하십시오. ```yaml - permissions: - id-token: write - contents: write - pull-requests: write - issues: write - ``` +permissions: + id-token: write + contents: write + pull-requests: write + issues: write +``` 또한 [개인 액세스 토큰](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens)(PAT)를 사용할 수 있습니다. @@ -278,7 +278,7 @@ GitHub 문제에서 이 의견 추가. ``` /opencode explain this issue - ``` +``` opencode는 모든 코멘트를 포함하여 전체 스레드를 읽고, 명확한 설명과 대답. @@ -288,7 +288,7 @@ GitHub 문제에서: ``` /opencode fix this - ``` +``` opencode는 새로운 지점을 만들 것이며 변경 사항을 실행하고 PR을 변경합니다. @@ -298,7 +298,7 @@ GitHub PR에 다음 댓글을 남겨주세요. ``` Delete the attachment from S3 when the note is removed /oc - ``` +``` opencode는 요청한 변경을 구현하고 동일한 PR에 커밋합니다. @@ -309,7 +309,7 @@ PR의 "Files" 탭의 코드 라인에 직접 댓글을 남겨주세요. opencode ``` [Comment on specific lines in Files tab] /oc add error handling here - ``` +``` 특정 라인에 대한 의견이 있을 때, opencode는 다음과 같습니다. |
