Skip to content

Commit 86fd69f

Browse files
committed
fix: ghcr password GITHUB_TOKEN => GHCR_TOKEN
1 parent 2f08627 commit 86fd69f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
with:
7777
registry: ghcr.io
7878
username: ${{ github.repository_owner }}
79-
password: ${{ secrets.GITHUB_TOKEN }}
79+
password: ${{ secrets.GHCR_TOKEN }}
8080

8181
- name: Set platform-specific environment variables
8282
run: |

0 commit comments

Comments
 (0)