From 7ae1e9e10971aa1a554e3f7a643e8ca81be19e83 Mon Sep 17 00:00:00 2001 From: Zaid Kureshi <48899828+imzedi@users.noreply.github.com> Date: Fri, 6 Dec 2024 15:52:26 +0530 Subject: [PATCH] hotfix: auth token key fixed with correct one (#227) --- .github/workflows/autotag.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autotag.yml b/.github/workflows/autotag.yml index 101bec4..09d0689 100644 --- a/.github/workflows/autotag.yml +++ b/.github/workflows/autotag.yml @@ -11,9 +11,9 @@ jobs: steps: - uses: actions/checkout@v4 with: - token: '${{ secrets.PERSONAL_ACCESS_TOKEN }}' + token: '${{ secrets.GH_AUTH_TOKEN }}' fetch-depth: 0 - uses: butlerlogic/action-autotag@1.1.2 with: - GITHUB_TOKEN: '${{ secrets.PERSONAL_ACCESS_TOKEN }}' + GITHUB_TOKEN: '${{ secrets.GH_AUTH_TOKEN }}' tag_prefix: 'v'