mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
fix(ci): scope rabbit-retrigger to Production environment (#1427)
This commit is contained in:
@@ -30,6 +30,11 @@ jobs:
|
||||
retrigger:
|
||||
name: Retrigger CodeRabbit
|
||||
runs-on: ubuntu-22.04
|
||||
# XGITHUB_APP_ID / XGITHUB_APP_PRIVATE_KEY are scoped to the Production
|
||||
# environment (same as release-production.yml). Without this declaration
|
||||
# the secrets resolve to empty and tibdex/github-app-token errors with
|
||||
# "Input required and not supplied: app_id".
|
||||
environment: Production
|
||||
steps:
|
||||
- name: Generate GitHub App token
|
||||
id: app-token
|
||||
|
||||
Reference in New Issue
Block a user