From ae0ccef1b7a2c594245fadcda272f1d8412b2218 Mon Sep 17 00:00:00 2001 From: George Drak Date: Fri, 13 Aug 2021 15:45:58 +0500 Subject: [PATCH] fix(ci): try use bot token --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a004d07..6a4d2f8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -66,7 +66,6 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 - ssh-key: "${{ secrets.REPO_KEY }}" - name: Install node.js uses: actions/setup-node@v2.4.0 with: @@ -78,5 +77,5 @@ jobs: @semantic-release/changelog @semantic-release/git env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.GIT_TOKEN }}