From 769c67d1f36b56841fe4224f7727678489a25c2a Mon Sep 17 00:00:00 2001 From: Rajpal Chauhan Date: Thu, 7 Dec 2023 16:12:20 -0800 Subject: [PATCH] replacing PAT with Github token Signed-off-by: Rajpal Chauhan --- .github/workflows/delete_images.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/delete_images.yaml b/.github/workflows/delete_images.yaml index 2ee34ad09..997962051 100644 --- a/.github/workflows/delete_images.yaml +++ b/.github/workflows/delete_images.yaml @@ -18,5 +18,5 @@ jobs: account-type: org org-name: ${{ github.repository_owner}} skip-tags: pr-* , *.*.* - token: ${{ secrets.PAT }} - token-type: 'pat' \ No newline at end of file + token: ${{ secrets.GITHUB_TOKEN }} + token-type: 'github-token' \ No newline at end of file