Skip to content

Commit

Permalink
agent: add CONTROL_PLANE_JWT_SECRET to agent-api deployment
Browse files Browse the repository at this point in the history
This is required now, and was missing from the cloud-run deployment.
  • Loading branch information
psFried committed Dec 20, 2024
1 parent 017b707 commit aa508b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-agent-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
secrets: |-
PGPASSWORD=POSTGRES_PASSWORD:latest
CONTROL_PLANE_DB_CA_CERT=CONTROL_PLANE_DB_CA_CERT:latest
CONTROL_PLANE_JWT_SECRET=CONTROL_PLANE_JWT_SECRET:latest
env_vars_update_strategy: overwrite
secrets_update_strategy: overwrite

0 comments on commit aa508b4

Please sign in to comment.