From e7f2c07a31e1dd9118b996fc97a1f3ddbf132184 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Sat, 5 Apr 2025 17:41:38 -0400 Subject: [PATCH] update workflow --- .github/workflows/update.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index f9954e3..0d472c5 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -5,7 +5,7 @@ on: - cron: "0 0 * * 0" # runs weekly on Sunday at 00:00 jobs: - lockfile: + update_lockfile: runs-on: ubuntu-latest steps: - name: Checkout repository @@ -19,3 +19,4 @@ jobs: pr-labels: | # Labels to be set on the PR dependencies automated + token: ${{ secrets.GH_TOKEN }}