From 67bd99363a0eb9bbc70d1948b52842cd035c8c13 Mon Sep 17 00:00:00 2001 From: LukasMasuch Date: Thu, 6 Jan 2022 19:14:42 +0000 Subject: [PATCH] Apply automatic release changes for v0.8.1 --- README.md | 2 +- workflows/update-best-of-list.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b45e605..1d0d755 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ In case you only want to use the best-of generator action itself to integrate it ```yaml steps: - name: update-best-of-list - uses: best-of-lists/best-of-update-action@v0.8.0 + uses: best-of-lists/best-of-update-action@v0.8.1 with: github_key: ${{ secrets.GITHUB_TOKEN }} libraries_key: ${{ secrets.LIBRARIES_KEY }} diff --git a/workflows/update-best-of-list.yml b/workflows/update-best-of-list.yml index 5c4b6b2..8af9eba 100644 --- a/workflows/update-best-of-list.yml +++ b/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.0/workflows/update-best-of-list.yml +# Based on https://github.com/best-of-lists/best-of-update-action/blob/v0.8.1/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.0 + uses: best-of-lists/best-of-update-action@v0.8.1 with: libraries_key: ${{ secrets.LIBRARIES_KEY }} github_key: ${{ secrets.GITHUB_TOKEN }}