Skip to content

Commit 66b26d6

Browse files
committed
Update var name
1 parent 41e57bd commit 66b26d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
registry: ghcr.io
3030
username: ${{ github.actor }}
31-
password: ${{ secrets.GHCR_TOKEN }}
31+
password: ${{ secrets.GITHUB_TOKEN }}
3232

3333
- name: Read VERSION file
3434
id: version

0 commit comments

Comments
 (0)