File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
template/[% if repo_platform == 'github' %].github[% endif %]/workflows Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 90
90
- id : generate-token
91
91
name : Generate a token with GitHub App if App ID exists
92
92
if : vars.BOT_APP_ID
93
- uses : actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2
93
+ uses : actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3
94
94
with :
95
95
app-id : ${{ vars.BOT_APP_ID }}
96
96
private-key : ${{ secrets.BOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 20
20
- id : generate-token
21
21
name : Generate a token with GitHub App if App ID exists
22
22
if : vars.BOT_APP_ID
23
- uses : actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2
23
+ uses : actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3
24
24
with :
25
25
app-id : ${{ vars.BOT_APP_ID }}
26
26
private-key : ${{ secrets.BOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121
121
- id: generate-token
122
122
name: Generate a token with GitHub App if App ID exists
123
123
if: vars.BOT_APP_ID
124
- uses: actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2
124
+ uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3
125
125
with:
126
126
app-id: {{ '${{ vars.BOT_APP_ID }}' }}
127
127
private-key: {{ '${{ secrets.BOT_PRIVATE_KEY }}' }}
Original file line number Diff line number Diff line change 24
24
- id: generate-token
25
25
name: Generate a token with GitHub App if App ID exists
26
26
if: vars.BOT_APP_ID
27
- uses: actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2
27
+ uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3
28
28
with:
29
29
app-id: {{ '${{ vars.BOT_APP_ID }}' }}
30
30
private-key: {{ '${{ secrets.BOT_PRIVATE_KEY }}' }}
You can’t perform that action at this time.
0 commit comments