Skip to content

Commit 00ee212

Browse files
authored
Merge pull request #9 from karimzakzouk/Testing
Testing
2 parents ae412b8 + 7c560a2 commit 00ee212

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
9898
- name: Push Helm chart to separate repo
9999
run: |
100-
git clone https://${{ github.repository_owner }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository_owner }}/helm.git helm-repo
100+
git clone https://${{ github.repository_owner }}:${{ secrets.PAT_GITHUB }}@github.com/${{ github.repository_owner }}/helm.git helm-repo
101101
cd helm-repo
102102
103103
# Copy updated helm folder into this repo

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ flask-cors==4.0.0
33
pymongo==4.5.0
44
prometheus-client==0.17.1
55
pytest==7.4.2
6-
requests==2.31.0
6+
pytest-cov==4.0.0
7+
requests==2.31.0

0 commit comments

Comments
 (0)