diff --git a/.github/workflows/autotag.yml b/.github/workflows/autotag.yml index b2acb9f..fc8895a 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.GITHUB_TOKEN }}" + GITHUB_TOKEN: "${{ secrets.GH_PAT }}" tag_prefix: "v"