Skip to content

Commit e8985df

Browse files
authored
update token (#1572)
1 parent db46e95 commit e8985df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
mkdir vendor-bins
9797
./vendor_download.sh
9898
env:
99-
GITHUB_TOKEN: ${{ secrets.BASIS_ACCESS_TOKEN }}
99+
GITHUB_TOKEN: ${{ secrets.ANALYSIS_VENDOR_DOWNLOAD_TOKEN }}
100100

101101
- name: Build
102102
env:

.github/workflows/build-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
mkdir vendor-bins
168168
./vendor_download.sh
169169
env:
170-
GITHUB_TOKEN: ${{ secrets.BASIS_ACCESS_TOKEN }}
170+
GITHUB_TOKEN: ${{ secrets.ANALYSIS_VENDOR_DOWNLOAD_TOKEN }}
171171

172172
- name: Build and Unit Test (Linux ARM)
173173
if: ${{ matrix.os == 'LinuxARM' }}

.github/workflows/integrations-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
mkdir vendor-bins
104104
./vendor_download.sh
105105
env:
106-
GITHUB_TOKEN: ${{ secrets.BASIS_ACCESS_TOKEN }}
106+
GITHUB_TOKEN: ${{ secrets.ANALYSIS_VENDOR_DOWNLOAD_TOKEN }}
107107

108108
- name: Build
109109
env:

0 commit comments

Comments
 (0)