diff options
author | Alexandre Flament <alex@al-f.net> | 2021-05-01 10:21:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-01 10:21:27 +0200 |
commit | 96ae39c3b6437d195eb33e20cfa53fda636ee02e (patch) | |
tree | d7d1a2bdcc2c6446f8bc6aacd58e328d0ca73c94 /.github | |
parent | 898d789e82701cfdb59d6b2e5b0d9c0ee3c7aa02 (diff) | |
download | searxng-96ae39c3b6437d195eb33e20cfa53fda636ee02e.tar.gz searxng-96ae39c3b6437d195eb33e20cfa53fda636ee02e.zip |
Update data-update.yml
Call to peter-evans/create-pull-request@v3 :
Use the default GITHUB_TOKEN
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/data-update.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/data-update.yml b/.github/workflows/data-update.yml index 88e50d036..d2d5b83cb 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 <noreply@github.com> author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com> |