Skip to content

Commit 607030a

Browse files
timitimi
authored andcommitted
fix: use LUMIS_TOKEN to access private repo
1 parent dca7537 commit 607030a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Clone lumis source code
4444
run: |
45-
git clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ env.LUMIS_REPO }}.git lumis
45+
git clone https://x-access-token:${{ secrets.LUMIS_TOKEN }}@github.com/${{ env.LUMIS_REPO }}.git lumis
4646
cd lumis
4747
git checkout ${{ needs.get-version.outputs.checkout_ref }}
4848
@@ -116,7 +116,7 @@ jobs:
116116

117117
- name: Clone lumis source code
118118
run: |
119-
git clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ env.LUMIS_REPO }}.git lumis
119+
git clone https://x-access-token:${{ secrets.LUMIS_TOKEN }}@github.com/${{ env.LUMIS_REPO }}.git lumis
120120
cd lumis
121121
git checkout ${{ needs.get-version.outputs.checkout_ref }}
122122
@@ -165,7 +165,7 @@ jobs:
165165

166166
- name: Clone lumis source code
167167
run: |
168-
git clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ env.LUMIS_REPO }}.git lumis
168+
git clone https://x-access-token:${{ secrets.LUMIS_TOKEN }}@github.com/${{ env.LUMIS_REPO }}.git lumis
169169
cd lumis
170170
git checkout ${{ needs.get-version.outputs.checkout_ref }}
171171

0 commit comments

Comments
 (0)