From 5a6625d27bd1ee5e7c4558f2217ff7b74e2b78a2 Mon Sep 17 00:00:00 2001 From: wetransform Bot <113353961+wetransformer@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:22:49 +0000 Subject: [PATCH] ci: add/update workflow for autosquash on PRs --- .github/workflows/tf-autosquash.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tf-autosquash.yml b/.github/workflows/tf-autosquash.yml index 56b5a86..b768e22 100644 --- a/.github/workflows/tf-autosquash.yml +++ b/.github/workflows/tf-autosquash.yml @@ -23,7 +23,7 @@ jobs: env: WE_HELPER_GITHUB_PRIVATE_KEY: ${{ secrets.WE_HELPER_GITHUB_PRIVATE_KEY }} if: env.WE_HELPER_GITHUB_PRIVATE_KEY # only if we have the required secret - uses: actions/create-github-app-token@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1.10.1 + uses: actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2 id: app-token with: app-id: ${{ secrets.WE_HELPER_GITHUB_APP_ID }}