From 89f57be29642db6c88bc7a1ce269cf375546d1a1 Mon Sep 17 00:00:00 2001 From: ngosang Date: Sun, 13 Dec 2020 00:25:31 +0100 Subject: [PATCH] CI/CD: Configure GitHub Actions --- .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 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"