From a1e2011d8cc00b9c1a8dff4b600db4146b31a953 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 19 Oct 2024 10:30:16 +0300 Subject: [PATCH] ci: tools update workflow tweaks --- .github/workflows/update-tools.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-tools.yaml b/.github/workflows/update-tools.yaml index 5978d97..e6c9b54 100644 --- a/.github/workflows/update-tools.yaml +++ b/.github/workflows/update-tools.yaml @@ -21,7 +21,7 @@ jobs: npm exec --yes -- lefthook run update-tools - uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 with: - token: ${{ secrets.MACHINE_USER_PAT }} - push-to-fork: bot-scop/vault-token-helper-secret-tool + token: ${{ secrets.TOOLS_UPDATE_TOKEN }} + push-to-fork: bot-${{ github.repository }} commit-message: "chore: automated tools update" title: "chore: tooling updates"