We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c664247 commit 3064b25Copy full SHA for 3064b25
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@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
+ uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
27
id: app-token
28
with:
29
app-id: ${{ secrets.WE_HELPER_GITHUB_APP_ID }}
0 commit comments