[#36] PAT 기반 consumer 설정 가이드를 개선한다#38
Merged
Merged
Conversation
There was a problem hiding this comment.
Code Review
이번 PR은 README.md를 업데이트하여 WATCHER_GITHUB_TOKEN(fine-grained PAT)의 상세 권한 설정 가이드, Discord webhook 전용 채널 제약 사항, 로컬 실행 시 환경 변수 설정법 등을 명확히 보완했습니다. 리뷰어는 PAT를 통해 메타데이터를 조회하므로 workflow 자체의 checks: read 및 pull-requests: read 권한 가이드와 관련 트러블슈팅 항목을 제거하여 사용자 설정을 단순화할 것을 제안했습니다.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 연관된 이슈
🎯 의도
consumer repository에서 Watcher를 설정할 때 필요한 fine-grained PAT, repository secret, workflow permission 기준을 README만 보고 구분할 수 있도록 정리
📝 작업 내용
📌 요약
WATCHER_GITHUB_TOKEN을 fine-grained PAT 기준으로 설명permissions와 PAT 권한이 별개임을 명시🔍 상세
WATCHER_GITHUB_TOKEN생성 위치를 GitHubSettings>Developer settings>Personal access tokens>Fine-grained tokens로 안내Contents: Read-only,Checks: Read-only,Pull requests: Read-only,Metadata: Read-only로 정리permissions:는 PAT 권한과 별개라고 설명Settings>Secrets and variables>Actions>Repository secrets에 설정하도록 안내WATCHER_GITHUB_TOKEN이 아니라 runner env인GITHUB_TOKEN에 같은 PAT 값을 넣는다고 설명workflow_dispatch수동 실행으로 stdout report를 먼저 확인한 뒤 Discord webhook과 schedule 운영으로 전환하는 흐름으로 정리DISCORD_WEBHOOK_URL은 Discord webhook 전용이며 Slack incoming webhook URL은 payload 형식 차이로 동작하지 않는다고 명시📸 영상 / 이미지 (Optional)