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 843f9b8 commit 0a77049Copy full SHA for 0a77049
.github/workflows/01B_Deployment_ArgoCD_And_Promote.yaml
@@ -684,6 +684,9 @@ jobs:
684
- name: Model 2 - Run test and promote if >90% success
685
working-directory: emlo4-session-18-ajithvcoder-canary-argocd-kserve
686
continue-on-error: true
687
+ env:
688
+ REPO_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
689
+ CML_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
690
run: |
691
pip install matplotlib
692
# Run test and capture output
0 commit comments