File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -271,13 +271,13 @@ jobs:
271271 path : |
272272 ${{ github.workspace }}/llvm-*-${{ matrix.config.target-os }}-${{ matrix.config.arch }}.tar.gz
273273
274- - name : Azure Login
274+ - name : Azure login
275275 if : ${{ (github.repository == 'triton-lang/triton') && github.ref_name == 'llvm-head' }}
276276 uses : azure/login@v2
277277 with :
278- client-id : ${{ secrets.AZURE_CLIENT_ID }}
279- tenant-id : ${{ secrets.AZURE_TENANT_ID }}
280- subscription-id : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
278+ client-id : ${{ secrets.AZURE_CLIENT_ID_LLVM }}
279+ tenant-id : ${{ secrets.AZURE_TENANT_ID_LLVM }}
280+ subscription-id : ${{ secrets.AZURE_SUBSCRIPTION_ID_LLVM }}
281281
282282 - name : Upload LLVM Artifacts to Azure
283283 if : ${{ (github.repository == 'triton-lang/triton') && github.ref_name == 'llvm-head' }}
You can’t perform that action at this time.
0 commit comments