From 1fc1431442bbda1599cff1ebbbfd9b8dae5a2501 Mon Sep 17 00:00:00 2001 From: Allan Bowe <4420615+allanbowe@users.noreply.github.com> Date: Mon, 7 Aug 2023 20:11:40 +0100 Subject: [PATCH] chore: using GITHUB_TOKEN --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 070826cc..73d4446c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,4 +56,4 @@ jobs: - name: Release run: | - GITHUB_TOKEN=${{ secrets.GH_TOKEN }} semantic-release + GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} semantic-release