We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d4d68f commit 9f33e0cCopy full SHA for 9f33e0c
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v4
16
17
- - name: Set up Python 3.12
+ - name: Set up Python 3.13
18
uses: actions/setup-python@v5
19
with:
20
python-version-file: "pyproject.toml"
k8s/deployment.yaml
@@ -18,3 +18,6 @@ spec:
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8000
21
+ envFrom:
22
+ - secretRef:
23
+ name: summarize-env
0 commit comments