Skip to content

Commit dd540a6

Browse files
committed
ci: add/update workflow for autosquash on PRs
1 parent 718c122 commit dd540a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tf-autosquash.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
env:
2424
WE_HELPER_GITHUB_PRIVATE_KEY: ${{ secrets.WE_HELPER_GITHUB_PRIVATE_KEY }}
2525
if: env.WE_HELPER_GITHUB_PRIVATE_KEY # only if we have the required secret
26-
uses: actions/create-github-app-token@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1.10.1
26+
uses: actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2
2727
id: app-token
2828
with:
2929
app-id: ${{ secrets.WE_HELPER_GITHUB_APP_ID }}

0 commit comments

Comments
 (0)