Skip to content

Commit

Permalink
chore(deploy): no more need provide app installation id explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlJi committed Jan 21, 2024
1 parent 2edb797 commit 67f9d01
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions deploy/reviewbot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ spec:
- -webhook-secret=$(GITHUB_WEBHOOK_SECRET)
- -config=/etc/config/config.yaml
- -app-id=$(GITHUB_APP_ID)
- -app-installation-id=$(GITHUB_APP_INSTALLATION_ID)
- -app-private-key=/secrets/github_app_key
env:
- name: GITHUB_WEBHOOK_SECRET
Expand All @@ -36,11 +35,6 @@ spec:
valueFrom:
secretKeyRef:
key: app-id
name: github-app
- name: GITHUB_APP_INSTALLATION_ID
valueFrom:
secretKeyRef:
key: app-installation-id
name: github-app
image: aslan-spock-register.qiniu.io/qa/reviewbot:latest # use your own built image instead
imagePullPolicy: Always
Expand Down

0 comments on commit 67f9d01

Please sign in to comment.