Skip to content

Commit 3899730

Browse files
update access token
1 parent 2acd44c commit 3899730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tpu-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
registry: ghcr.io
3838
# GITHUB_TOKEN is automatically created by Actions and has permissions to push to your repo's package registry.
3939
username: ${{ github.actor }}
40-
password: ${{ secrets.GITHUB_TOKEN }}
40+
password: ${{ secrets.GHCR_PAT }}
4141

4242
- name: Build and Push Docker Image
4343
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)