fix(ci): scope rabbit-retrigger to Production environment (#1427)

This commit is contained in:
Steven Enamakel
2026-05-09 14:26:25 -07:00
committed by GitHub
parent bdf4a75fe5
commit bf6532b11f
+5
View File
@@ -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