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.
2 parents ae412b8 + 7c560a2 commit 00ee212Copy full SHA for 00ee212
.github/workflows/docker.yml
@@ -97,7 +97,7 @@ jobs:
97
98
- name: Push Helm chart to separate repo
99
run: |
100
- git clone https://${{ github.repository_owner }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository_owner }}/helm.git helm-repo
+ git clone https://${{ github.repository_owner }}:${{ secrets.PAT_GITHUB }}@github.com/${{ github.repository_owner }}/helm.git helm-repo
101
cd helm-repo
102
103
# Copy updated helm folder into this repo
requirements.txt
@@ -3,4 +3,5 @@ flask-cors==4.0.0
3
pymongo==4.5.0
4
prometheus-client==0.17.1
5
pytest==7.4.2
6
-requests==2.31.0
+pytest-cov==4.0.0
7
+requests==2.31.0
0 commit comments