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