Skip to content

Commit 0ddf7e0

Browse files
committed
chore: update environment variable configuration in render.yaml
- Replaced the hardcoded RENDER_API_KEY with a reference to the environment variable group sf-pulse-env for better security and maintainability.
1 parent a3cc489 commit 0ddf7e0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

render.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ projects:
4949
buildCommand: pip install --upgrade uv && uv sync --frozen
5050
startCommand: uv run python -m bin.trigger_workflow
5151
envVars:
52-
- key: RENDER_API_KEY
53-
sync: false
52+
- fromGroup: sf-pulse-env
5453
- key: SF_PULSE_WORKFLOW_SLUG
5554
sync: false
5655

0 commit comments

Comments
 (0)