File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9999 uses : azure/login@6c251865b4e6290e7b78be643ea2d005bc51f69a # v2.1.1
100100 with :
101101 client-id : ${{ secrets.WINDOWS_CLIENT_ID }}
102- tenant-id : ${{ secrets. AZ_TENANT_ID }}
102+ tenant-id : ${{ secrets.AZ_TENANT_ID }}
103103 subscription-id : ${{ secrets.AZ_SUBSCRIPTION_ID }}
104104 - name : Fetch certificates
105105 if : ${{ inputs.signBinaries }}
Original file line number Diff line number Diff line change @@ -41,13 +41,13 @@ jobs:
4141 run : |
4242 gh repo sync headlamp-k8s/minikube
4343 env :
44- GITHUB_TOKEN : ${{ secrets. KINVOLK_REPOS_TOKEN }}
44+ GITHUB_TOKEN : ${{ secrets.KINVOLK_REPOS_TOKEN }}
4545 - name : Check out minikube repo
4646 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4747 with :
4848 repository : headlamp-k8s/minikube
4949 path : minikube
50- token : ${{ secrets. KINVOLK_REPOS_TOKEN }}
50+ token : ${{ secrets.KINVOLK_REPOS_TOKEN }}
5151 fetch-depth : 0
5252 - name : Update headlamp version in minikube
5353 run : |
9090 cc: @$user" \
9191 env :
9292 LATEST_HEADLAMP_TAG : ${{ env.LATEST_HEADLAMP_TAG }}
93- GITHUB_TOKEN : ${{ secrets. KINVOLK_REPOS_TOKEN }}
93+ GITHUB_TOKEN : ${{ secrets.KINVOLK_REPOS_TOKEN }}
You can’t perform that action at this time.
0 commit comments