mirror of
https://github.com/ml-tooling/best-of-python-dev.git
synced 2025-04-18 02:37:39 +00:00
Update best-of update action workflow
This commit is contained in:
parent
b413167a54
commit
adcadfd7ec
6
.github/workflows/update-best-of-list.yml
vendored
6
.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.5.3/workflows/update-best-of-list.yml
|
# Based on https://github.com/best-of-lists/best-of-update-action/blob/v0.6.1/workflows/update-best-of-list.yml
|
||||||
name: update-best-of-list
|
name: update-best-of-list
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@ -8,7 +8,7 @@ on:
|
|||||||
description: "Version to use for this update"
|
description: "Version to use for this update"
|
||||||
required: false
|
required: false
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 18 * * 4" # Every thursday at 6pm
|
- cron: "0 14 * * 4" # Every thursday at 2pm
|
||||||
|
|
||||||
env:
|
env:
|
||||||
BRANCH_PREFIX: "update/"
|
BRANCH_PREFIX: "update/"
|
||||||
@ -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.5.3
|
uses: best-of-lists/best-of-update-action@v0.6.1
|
||||||
with:
|
with:
|
||||||
libraries_key: ${{ secrets.LIBRARIES_KEY }}
|
libraries_key: ${{ secrets.LIBRARIES_KEY }}
|
||||||
github_key: ${{ secrets.GITHUB_TOKEN }}
|
github_key: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user