From 2a67ea29bbc6b909c053a7b3bd5bf57121d4b55f Mon Sep 17 00:00:00 2001 From: Amit Dhamu Date: Wed, 4 May 2022 10:51:37 +0100 Subject: [PATCH] PAT --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cc3b35..683d4cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: if: github.ref != 'refs/heads/main' uses: actions/create-release@latest env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.PAT }} with: tag_name: ${{ steps.env_vars.outputs.CURRENT_VERSION }} release_name: ${{ steps.env_vars.outputs.CURRENT_VERSION }}