Change secret to Github token

This commit is contained in:
9seconds
2026-02-16 17:17:47 +00:00
parent 1f7584c108
commit 816b7f72b6
+1 -1
View File
@@ -138,7 +138,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GH_PATH }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v2