From a3c832e8c5396bc9ccc9c263d8c6c445dda0bb87 Mon Sep 17 00:00:00 2001 From: Gleb Tcivie Date: Sat, 20 Jul 2024 17:19:09 +0300 Subject: [PATCH] Update auto-tagging.yml --- .github/workflows/auto-tagging.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/auto-tagging.yml b/.github/workflows/auto-tagging.yml index 6650125..39759de 100644 --- a/.github/workflows/auto-tagging.yml +++ b/.github/workflows/auto-tagging.yml @@ -16,8 +16,3 @@ jobs: - name: Github PR Auto Tagger uses: RueLaLa/auto-tagger@v2.1.3 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - tag_prefix: "v" - tag_suffix: ""