File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ jobs:
161
161
162
162
- name : Generate release app token
163
163
id : sm-release-app
164
- uses : actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1
164
+ uses : actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1
165
165
with :
166
166
app-id : ${{ env.SM_RELEASE_APP_ID }}
167
167
private-key : ${{ env.SM_RELEASE_APP_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 32
32
33
33
- name : Generate a token
34
34
id : generate-token
35
- uses : actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1
35
+ uses : actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1
36
36
with :
37
37
app-id : ${{ env.GITHUB_APP_ID }}
38
38
private-key : ${{ env.GITHUB_APP_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments