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.
2 parents d891841 + a15e591 commit 43f7cb1Copy full SHA for 43f7cb1
.github/workflows/deploy-k8s.yml
@@ -34,7 +34,7 @@ jobs:
34
client-id: ${{ secrets.AZURE_CLIENT_ID }}
35
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
36
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
37
- - uses: azure/aks-set-context@feeca6405be94202afcb1c395616ff29b1811b9f
+ - uses: azure/aks-set-context@c7eb093e5a5d47caa333f64974d5fd1cd4bf069d
38
with:
39
resource-group: ${{env.AZURE_RESOURCE_GROUP}}
40
cluster-name: ${{env.AZURE_AKS_CLUSTER}}
0 commit comments