Update best-of generator to 0.8.4

This commit is contained in:
Lukas Masuch 2022-01-09 18:33:49 +01:00 committed by GitHub
parent 2f1fdd9aa6
commit fba1316d15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
# Based on https://github.com/best-of-lists/best-of-update-action/blob/v0.7.5/workflows/update-best-of-list.yml
# Based on https://github.com/best-of-lists/best-of-update-action/blob/v0.8.4/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.7.5
uses: best-of-lists/best-of-update-action@v0.8.4
with:
libraries_key: ${{ secrets.LIBRARIES_KEY }}
github_key: ${{ secrets.GITHUB_TOKEN }}