File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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' }}
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments