From f46783727e418c9400fddcd451f10798bd6d6295 Mon Sep 17 00:00:00 2001 From: GilbN <24592972+GilbN@users.noreply.github.com> Date: Mon, 12 Apr 2021 15:56:20 +0200 Subject: [PATCH] Update auto-build.yml --- .github/workflows/auto-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-build.yml b/.github/workflows/auto-build.yml index e32bdc3e..9b98512c 100644 --- a/.github/workflows/auto-build.yml +++ b/.github/workflows/auto-build.yml @@ -24,7 +24,7 @@ jobs: with: registry: ghcr.io username: ${{ github.repository_owner }} - password: ${{ secrets.PERSONAL_TOKEN }} + password: ${{ secrets.GH_PAT }} - name: echo the changed files and build&push run: | @@ -37,4 +37,4 @@ jobs: continue # Skip markdown files docker build . --file $i --tag theme.park:$directory docker push ghcr.io/gilbn/theme.park:$directory - done \ No newline at end of file + done