@@ -284,11 +284,11 @@ jobs:
284
284
285
285
- name : Update repository
286
286
env :
287
- SURFACEBOT_TOKEN : ${{ secrets.LINUX_SURFACE_BOT_TOKEN }}
287
+ TOKEN : ${{ secrets.GITHUB_TOKEN }}
288
288
BRANCH_STAGING : u/staging
289
289
GIT_REF : ${{ github.ref }}
290
290
run : |
291
- repo="https://surfacebot:${SURFACEBOT_TOKEN }@github.com/linux-surface/repo.git"
291
+ repo="https://surfacebot:${TOKEN }@github.com/linux-surface/repo.git"
292
292
293
293
# clone package repository
294
294
git clone -b "${BRANCH_STAGING}" "${repo}" repo
@@ -334,11 +334,11 @@ jobs:
334
334
335
335
- name : Update repository
336
336
env :
337
- SURFACEBOT_TOKEN : ${{ secrets.LINUX_SURFACE_BOT_TOKEN }}
337
+ TOKEN : ${{ secrets.GITHUB_TOKEN }}
338
338
BRANCH_STAGING : u/staging
339
339
GIT_REF : ${{ github.ref }}
340
340
run : |
341
- repo="https://surfacebot:${SURFACEBOT_TOKEN }@github.com/linux-surface/repo.git"
341
+ repo="https://surfacebot:${TOKEN }@github.com/linux-surface/repo.git"
342
342
343
343
# clone package repository
344
344
git clone -b "${BRANCH_STAGING}" "${repo}" repo
@@ -385,11 +385,11 @@ jobs:
385
385
386
386
- name : Update repository
387
387
env :
388
- SURFACEBOT_TOKEN : ${{ secrets.LINUX_SURFACE_BOT_TOKEN }}
388
+ TOKEN : ${{ secrets.GITHUB_TOKEN }}
389
389
BRANCH_STAGING : u/staging
390
390
GIT_REF : ${{ github.ref }}
391
391
run : |
392
- repo="https://surfacebot:${SURFACEBOT_TOKEN }@github.com/linux-surface/repo.git"
392
+ repo="https://surfacebot:${TOKEN }@github.com/linux-surface/repo.git"
393
393
394
394
# clone package repository
395
395
git clone -b "${BRANCH_STAGING}" "${repo}" repo
@@ -436,11 +436,11 @@ jobs:
436
436
437
437
- name : Update repository
438
438
env :
439
- SURFACEBOT_TOKEN : ${{ secrets.LINUX_SURFACE_BOT_TOKEN }}
439
+ TOKEN : ${{ secrets.GITHUB_TOKEN }}
440
440
BRANCH_STAGING : u/staging
441
441
GIT_REF : ${{ github.ref }}
442
442
run : |
443
- repo="https://surfacebot:${SURFACEBOT_TOKEN }@github.com/linux-surface/repo.git"
443
+ repo="https://surfacebot:${TOKEN }@github.com/linux-surface/repo.git"
444
444
445
445
# clone package repository
446
446
git clone -b "${BRANCH_STAGING}" "${repo}" repo
@@ -488,11 +488,11 @@ jobs:
488
488
489
489
- name : Update repository
490
490
env :
491
- SURFACEBOT_TOKEN : ${{ secrets.LINUX_SURFACE_BOT_TOKEN }}
491
+ TOKEN : ${{ secrets.GITHUB_TOKEN }}
492
492
BRANCH_STAGING : u/staging
493
493
GIT_REF : ${{ github.ref }}
494
494
run : |
495
- repo="https://surfacebot:${SURFACEBOT_TOKEN }@github.com/linux-surface/repo.git"
495
+ repo="https://surfacebot:${TOKEN }@github.com/linux-surface/repo.git"
496
496
497
497
# clone package repository
498
498
git clone -b "${BRANCH_STAGING}" "${repo}" repo
0 commit comments