From 23d2e6bd48f5368697178b0e1721a1b030b44118 Mon Sep 17 00:00:00 2001 From: "Md. Sazzad Hossain Sharkar" Date: Thu, 14 Nov 2024 20:10:49 +0600 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c1ec5a7..4501fe6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: ButlerLogic/action-autotag@1.1.2 env: - GITHUB_TOKEN: '${{ secrets.GTHB_TOKEN }}' + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} delete_draft_tags: needs: create_tag @@ -21,4 +21,4 @@ jobs: - name: Delete draft release tags uses: hugo19941994/delete-draft-releases@v1.0.1 env: - GITHUB_TOKEN: ${{ secrets.GTHB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}