From dbe6176d369d1cd2ed994afc74dbfb1bbc9a8a12 Mon Sep 17 00:00:00 2001 From: Lukas Masuch Date: Tue, 11 Jan 2022 05:18:04 +0100 Subject: [PATCH] Update best-of generator to 0.8.5 --- .github/workflows/update-best-of-list.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-best-of-list.yml b/.github/workflows/update-best-of-list.yml index f2be176..1c94b49 100644 --- a/.github/workflows/update-best-of-list.yml +++ b/.github/workflows/update-best-of-list.yml @@ -1,4 +1,4 @@ -# Based on https://github.com/best-of-lists/best-of-update-action/blob/v0.8.4/workflows/update-best-of-list.yml +# Based on https://github.com/best-of-lists/best-of-update-action/blob/v0.8.5/workflows/update-best-of-list.yml name: update-best-of-list on: @@ -44,7 +44,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: update-best-of-list - uses: best-of-lists/best-of-update-action@v0.8.4 + uses: best-of-lists/best-of-update-action@v0.8.5 with: libraries_key: ${{ secrets.LIBRARIES_KEY }} github_key: ${{ secrets.GITHUB_TOKEN }}