From 816b7f72b6ffb7dcef11d4af594bb32d32c8038c Mon Sep 17 00:00:00 2001 From: 9seconds Date: Mon, 16 Feb 2026 17:17:47 +0000 Subject: [PATCH] Change secret to Github token --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 87ef578..99d0c51 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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