Skip to content

Commit 0aac0ad

Browse files
committed
ok let's try this
1 parent 9a806aa commit 0aac0ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker-images.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)