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 7f1bd2e commit 6393480Copy full SHA for 6393480
1 file changed
.github/workflows/test-e2e.yaml
@@ -20,6 +20,10 @@ jobs:
20
- name: Install azd
21
uses: Azure/setup-azd@v2.1.0
22
23
+ - uses: azure/use-kubelogin@v1
24
+ with:
25
+ kubelogin-version: "v0.2.8"
26
+
27
- name: Azure login
28
uses: azure/login@v2
29
with:
0 commit comments