From 96ae39c3b6437d195eb33e20cfa53fda636ee02e Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Sat, 1 May 2021 10:21:27 +0200 Subject: [PATCH] Update data-update.yml Call to peter-evans/create-pull-request@v3 : Use the default GITHUB_TOKEN --- .github/workflows/data-update.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/data-update.yml b/.github/workflows/data-update.yml index 88e50d03..d2d5b83c 100644 --- a/.github/workflows/data-update.yml +++ b/.github/workflows/data-update.yml @@ -47,7 +47,6 @@ jobs: id: cpr uses: peter-evans/create-pull-request@v3 with: - token: ${{ secrets.DATA_PR_TOKEN }} commit-message: Update searx.data - ${{ matrix.fetch }} committer: searx-bot author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>