update workflow
This commit is contained in:
parent
5295b73bff
commit
e7f2c07a31
3
.github/workflows/update.yml
vendored
3
.github/workflows/update.yml
vendored
@ -5,7 +5,7 @@ on:
|
|||||||
- cron: "0 0 * * 0" # runs weekly on Sunday at 00:00
|
- cron: "0 0 * * 0" # runs weekly on Sunday at 00:00
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lockfile:
|
update_lockfile:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
@ -19,3 +19,4 @@ jobs:
|
|||||||
pr-labels: | # Labels to be set on the PR
|
pr-labels: | # Labels to be set on the PR
|
||||||
dependencies
|
dependencies
|
||||||
automated
|
automated
|
||||||
|
token: ${{ secrets.GH_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user