From 73d7500f2970b8d85e47d8f21b5a894faadb70f8 Mon Sep 17 00:00:00 2001 From: Thyge Steffensen <31892312+thygesteffensen@users.noreply.github.com> Date: Wed, 14 Dec 2022 11:29:39 +0100 Subject: [PATCH] ci: Use GitHub token instead --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 61288d6..f76d881 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: - name: Dry Run Semantic to get next Version number working-directory: ./.github/workflows env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GIT_AUTHOR_NAME: thygesteffensen GIT_AUTHOR_EMAIL: 31892312+thygesteffensen@users.noreply.github.com run: | @@ -63,7 +63,7 @@ jobs: working-directory: .\\.github\\workflows env: CI_NUGET_API_KEY: ${{ secrets.NUGETAPIKEY }} - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITUB_TOKEN }} GIT_AUTHOR_NAME: thygesteffensen GIT_AUTHOR_EMAIL: 31892312+thygesteffensen@users.noreply.github.com run: npx semantic-release \ No newline at end of file