File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ jobs:
155155 with :
156156 registry : ghcr.io
157157 username : ${{ github.actor }}
158- password : ${{ secrets.GITHUB_TOKEN }}
158+ password : ${{ github.token }}
159159
160160 - name : Build and push TPU CI image
161161 run : |
@@ -198,7 +198,7 @@ jobs:
198198 with :
199199 registry : ghcr.io
200200 username : ${{ github.actor }}
201- password : ${{ secrets.GITHUB_TOKEN }}
201+ password : ${{ github.token }}
202202
203203 - name : Build and push Levanter base image
204204 run : |
@@ -240,7 +240,7 @@ jobs:
240240 with :
241241 registry : ghcr.io
242242 username : ${{ github.actor }}
243- password : ${{ secrets.GITHUB_TOKEN }}
243+ password : ${{ github.token }}
244244
245245 - name : Build and push Levanter TPU image
246246 run : |
@@ -282,7 +282,7 @@ jobs:
282282 with :
283283 registry : ghcr.io
284284 username : ${{ github.actor }}
285- password : ${{ secrets.GITHUB_TOKEN }}
285+ password : ${{ github.token }}
286286
287287 - name : Build and push Levanter cluster image
288288 run : |
You can’t perform that action at this time.
0 commit comments