From 92f37c6bc57855186c467aa3bb276f6ec262fa8e Mon Sep 17 00:00:00 2001 From: Ben Mares Date: Mon, 18 Nov 2024 08:24:52 +0100 Subject: [PATCH] Use PAT for PRs when updating lockfile Otherwise the tests don't run --- .github/workflows/update-lockfile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-lockfile.yaml b/.github/workflows/update-lockfile.yaml index 10b5d67c2..4c4999f82 100644 --- a/.github/workflows/update-lockfile.yaml +++ b/.github/workflows/update-lockfile.yaml @@ -45,7 +45,7 @@ jobs: # # One possible workaround is to specify a Personal Access Token (PAT). # # This PAT should have read-write permissions for "Pull Requests" # # and read-write permissions for "Contents". - # token: ${{ secrets.GH_PAT_FOR_PR }} + token: ${{ secrets.GH_PAT_FOR_PR }} commit-message: Relock dependencies title: Relock dependencies body: >