diff --git a/.github/workflows/autotag.yml b/.github/workflows/autotag.yml index fc8895a..b2acb9f 100644 --- a/.github/workflows/autotag.yml +++ b/.github/workflows/autotag.yml @@ -16,5 +16,5 @@ jobs: name: Auto Tag uses: Klemensas/action-autotag@stable with: - GITHUB_TOKEN: "${{ secrets.GH_PAT }}" + GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" tag_prefix: "v"