From 774fbfb1ae3c31701be4462eae8d7e8854150c7e Mon Sep 17 00:00:00 2001 From: Miki Date: Fri, 29 May 2020 12:42:50 +0300 Subject: [PATCH] #132 done --- .github/workflows/makerelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/makerelease.yml b/.github/workflows/makerelease.yml index a6beb2a8..8366b507 100644 --- a/.github/workflows/makerelease.yml +++ b/.github/workflows/makerelease.yml @@ -23,7 +23,7 @@ jobs: - name: Create Release uses: fleskesvor/create-release@feature/support-target-commitish env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.ACTIONS_PAT }} with: tag_name: "v${{ steps.variables.outputs.version }}" commitish: "master"