We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2acd44c commit 3899730Copy full SHA for 3899730
.github/workflows/tpu-tests.yml
@@ -37,7 +37,7 @@ jobs:
37
registry: ghcr.io
38
# GITHUB_TOKEN is automatically created by Actions and has permissions to push to your repo's package registry.
39
username: ${{ github.actor }}
40
- password: ${{ secrets.GITHUB_TOKEN }}
+ password: ${{ secrets.GHCR_PAT }}
41
42
- name: Build and Push Docker Image
43
uses: docker/build-push-action@v6
0 commit comments