Skip to content

Commit

Permalink
Add PRINCIPAL_ID parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
janboll committed Dec 20, 2024
1 parent 2ac73e3 commit 95e3147
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/services-pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,8 @@
with:
kubelogin-version: 'v0.1.3'

# Prepare kubeconfig
- name: 'Prepare kubeconfig'
run: |
cd dev-infrastructure/
make svc.aks.kubeconfig
- name: 'Deploy Frontend'
env:
PRINCIPAL_ID: ${{ secrets.GHA_PRINCIPAL_ID }}
run: |
./run_pipeline.sh dev ./frontend/pipeline.yaml deploy -c public -d

0 comments on commit 95e3147

Please sign in to comment.