From 2e2c27da34a372d964391d6dd083dc0d734e59d9 Mon Sep 17 00:00:00 2001 From: Steven Palma Date: Mon, 6 Apr 2026 21:09:21 +0200 Subject: [PATCH] fix(ci): use GITHUB_TOKEN for automated PR --- .github/workflows/latest_deps_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/latest_deps_tests.yml b/.github/workflows/latest_deps_tests.yml index a291257c5..8fa9d8f20 100644 --- a/.github/workflows/latest_deps_tests.yml +++ b/.github/workflows/latest_deps_tests.yml @@ -227,7 +227,7 @@ jobs: contents: write pull-requests: write env: - GH_TOKEN: ${{ secrets.UPDATE_LOCK_TOKEN }} + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - uses: actions/checkout@v6 with: