Skip to content

Commit

Permalink
cicd: rename secret
Browse files Browse the repository at this point in the history
  • Loading branch information
imedina committed Oct 6, 2023
1 parent ef250fe commit 01b7f09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
distribution: 'temurin'
java-version: '11'
cache: 'maven'
- name: Tunnel MongoDB
- name: K8s Tunnel MongoDB
run: |
wget https://dl.k8s.io/release/v1.28.2/bin/linux/amd64/kubectl
chmod +x ./kubectl
echo "${{ secrets.KUBE_CONFIG }}" > admin.conf
echo "${{ secrets.AZURE_KUBE_CONFIG }}" > admin.conf
./kubectl -n cellbase-db port-forward services/cellbase-rs0-svc 27017:27017 --kubeconfig ./admin.conf &
- name: Install dependencies branches
run: |
Expand Down

0 comments on commit 01b7f09

Please sign in to comment.