Skip to content

Commit c0f8f9c

Browse files
committed
ci: fix token
1 parent 65d30d6 commit c0f8f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-pub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
registry: ghcr.io
2626
username: ${{ github.repository_owner }}
27-
password: ${{ secrets.GITHUB_TOKEN }}
27+
password: ${{ secrets.GH_TOKEN }}
2828

2929
- name: Build Meta
3030
run: echo "::set-output name=dtag::ghcr.io/barelyhuman/goblin:nightly"

0 commit comments

Comments
 (0)