From 236068f86671988af1bbab78c81feadfbf01feae Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 11 May 2022 15:11:37 +0200 Subject: [PATCH] ci: pat --- .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 5fa53a0..c30bda1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: node-version: 16 - uses: actions/checkout@v3 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.GH_TOKEN }} - name: Install dependencies run: npm i @@ -22,6 +22,6 @@ jobs: - name: Semantic release uses: codfish/semantic-release-action@v1 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} GIT_AUTHOR_NAME: '${{ github.actor }}' GIT_COMMITTER_NAME: '${{ github.actor }}'