mirror of
https://github.com/ml-tooling/best-of-python-dev.git
synced 2024-11-23 20:11:08 +00:00
Update best-of generator to 0.8.5
This commit is contained in:
parent
fba1316d15
commit
dbe6176d36
4
.github/workflows/update-best-of-list.yml
vendored
4
.github/workflows/update-best-of-list.yml
vendored
|
@ -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
|
name: update-best-of-list
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
@ -44,7 +44,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: update-best-of-list
|
- 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:
|
with:
|
||||||
libraries_key: ${{ secrets.LIBRARIES_KEY }}
|
libraries_key: ${{ secrets.LIBRARIES_KEY }}
|
||||||
github_key: ${{ secrets.GITHUB_TOKEN }}
|
github_key: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user