From 79a09040e8578ca8f92ba1cbeafd858031868bf1 Mon Sep 17 00:00:00 2001 From: mayeut Date: Sat, 28 Sep 2024 18:13:17 +0200 Subject: [PATCH] ci: use signed commits for update workflow pull requests --- .github/workflows/update-dependencies.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 1086b1e9..98bfed52 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -54,7 +54,6 @@ jobs: PR generated by "Update ${{ matrix.dependency_nice }}" [workflow](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}). branch: update-${{ matrix.dependency }}-pr - committer: "scikit-build-app-bot[bot] <173546081+scikit-build-app-bot[bot]@users.noreply.github.com>" - author: "scikit-build-app-bot[bot] <173546081+scikit-build-app-bot[bot]@users.noreply.github.com>" + sign-commits: true token: ${{ steps.app-token.outputs.token }} delete-branch: true