From 8843435185cfc3fb9803bcfcf4d2ee28f9f68ec9 Mon Sep 17 00:00:00 2001 From: dimitris-am Date: Tue, 11 Jun 2024 14:20:21 +0300 Subject: [PATCH] Update GitHub token secret --- .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 d83d760..894634a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,7 +123,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v6 with: - token: ${{ secrets.ACTIONS_BOT_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} commit-message: 'build: update distribution' title: Update distribution body: |