From d0b7bd6c15650dccf9485a13f8b7cdb97a33ed32 Mon Sep 17 00:00:00 2001 From: Krzysztof Borowy Date: Mon, 13 Mar 2023 12:36:17 +0100 Subject: [PATCH] typo --- .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 812f82c3..c98bae1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -147,7 +147,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 with: - token: ${{ secrets.GH_TOKEN }} + token: ${{ secrets.GH_RELEASE_TOKEN }} - name: Setup git run: | git config user.email ${{ secrets.GH_BOT_EMAIL }}