We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc09901 commit 95b4a9aCopy full SHA for 95b4a9a
1 file changed
.github/workflows/tf-autosquash.yml
@@ -23,7 +23,7 @@ jobs:
23
env:
24
WE_HELPER_GITHUB_PRIVATE_KEY: ${{ secrets.WE_HELPER_GITHUB_PRIVATE_KEY }}
25
if: env.WE_HELPER_GITHUB_PRIVATE_KEY # only if we have the required secret
26
- uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
+ uses: actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1.11.7
27
id: app-token
28
with:
29
app-id: ${{ secrets.WE_HELPER_GITHUB_APP_ID }}
0 commit comments