From 0c29a510c92530e983eba79f787e1e00b33cd9d4 Mon Sep 17 00:00:00 2001 From: bhuridech Date: Fri, 27 Oct 2023 17:15:48 +0700 Subject: [PATCH] rename file --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 4cdb76d..67b9dc5 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -76,7 +76,7 @@ jobs: with: registry: ghcr.io username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} + password: ${{ secrets.PAT }} logout: true - name: Push to GitHub Container Registry