Skip to content

Commit

Permalink
Fixing azure login
Browse files Browse the repository at this point in the history
  • Loading branch information
dagfinno committed Jan 22, 2025
1 parent f59a45b commit 8f43869
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/dispatch-k6-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
secrets:
TOKEN_GENERATOR_USERNAME: ${{ secrets.TOKEN_GENERATOR_USERNAME }}
TOKEN_GENERATOR_PASSWORD: ${{ secrets.TOKEN_GENERATOR_PASSWORD }}
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }}
with:
environment: ${{ inputs.environment }}
apiVersion: ${{ inputs.apiVersion }}
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/workflow-run-k6-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ on:
required: true
TOKEN_GENERATOR_PASSWORD:
required: true
AZURE_CLIENT_ID:
required: true
AZURE_TENANT_ID:
required: true
jobs:
k6-test:
runs-on: ubuntu-latest
Expand All @@ -41,7 +45,6 @@ jobs:
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
- name: Populate kubeconfig with k6 context
id: populate_kubeconfig_with_k6_context
shell: bash
Expand Down

0 comments on commit 8f43869

Please sign in to comment.