Skip to content

Commit 7b674c9

Browse files
committed
fix azure login
1 parent 5d00b3d commit 7b674c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/llvm-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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' }}

0 commit comments

Comments
 (0)