Skip to content

Commit e115186

Browse files
committed
fix: use default token for container push workflow
1 parent 6a5429d commit e115186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ghcr-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
registry: ghcr.io
3131
username: ${{ github.actor }}
32-
password: ${{ secrets.GHA_NODEJS_TOKEN }}
32+
password: ${{ secrets.GITHUB_TOKEN }}
3333

3434
- name: Build and push image
3535
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)