update workflow

This commit is contained in:
Wyatt J. Miller 2025-04-05 17:41:38 -04:00
parent 5295b73bff
commit e7f2c07a31

View File

@ -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 }}