Skip to content

Commit 477eb2e

Browse files
authored
[#639] Watcher의 설정을 수정한다 (#640)
* fix: merge risk watch 스케줄 시간을 조정 * fix: merge risk watch OpenAI secret을 전달 * chore: Watcher GitHub App 인증 정보 적용 * fix: Watcher PAT 인증 정보를 다시 사용 * chore: Watcher 0.2.0 설정을 적용 * chore: Watcher 0.2.1 설정을 적용
1 parent bf54893 commit 477eb2e

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/merge-risk-watch.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,16 @@ name: Merge Risk Watch
22

33
on:
44
schedule:
5-
- cron: "0 15 * * 0-4"
5+
- cron: "30 15 * * 0-4"
66
workflow_dispatch:
77

88
permissions:
99
contents: read
10-
actions: read
11-
checks: read
12-
pull-requests: read
1310

1411
jobs:
1512
watch:
1613
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false
17-
uses: opficdev/Watcher/.github/workflows/merge-risk-watch.yml@0.1.0
14+
uses: opficdev/Watcher/.github/workflows/merge-risk-watch.yml@0.2.1
1815
with:
1916
repository: ${{ github.repository }}
2017
base_branch: develop
@@ -35,5 +32,5 @@ jobs:
3532
**/*.xcstrings
3633
secrets:
3734
watcher_github_token: ${{ secrets.WATCHER_GITHUB_TOKEN }}
38-
gemini_api_key: ${{ secrets.GEMINI_API_KEY }}
35+
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
3936
discord_webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}

0 commit comments

Comments
 (0)