From f10093c927d6a444466290d266f596ca6719f16c Mon Sep 17 00:00:00 2001 From: Diego Heras Date: Sat, 12 Dec 2020 23:50:39 +0100 Subject: [PATCH] CI/CD: Configure AutoTag GitHub Action (#14) --- .github/workflows/autotag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"