Skip to content

Commit e6c1f94

Browse files
committed
ci: add/update workflow for autosquash on PRs
1 parent 8eb04f9 commit e6c1f94

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
@@ -24,7 +24,7 @@ jobs:
2424
env:
2525
WE_HELPER_GITHUB_PRIVATE_KEY: ${{ secrets.WE_HELPER_GITHUB_PRIVATE_KEY }}
2626
if: env.WE_HELPER_GITHUB_PRIVATE_KEY # only if we have the required secret
27-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
27+
uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
2828
id: app-token
2929
with:
3030
app-id: ${{ secrets.WE_HELPER_GITHUB_APP_ID }}

0 commit comments

Comments
 (0)