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 89
89
- id : generate-token
90
90
name : Generate a token with GitHub App if App ID exists
91
91
if : vars.BOT_APP_ID
92
- uses : actions/create-github-app-token@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1.10.1
92
+ uses : actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2
93
93
with :
94
94
app-id : ${{ vars.BOT_APP_ID }}
95
95
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@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1.10.1
23
+ uses : actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2
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 @@ -120,7 +120,7 @@ jobs:
120
120
- id: generate-token
121
121
name: Generate a token with GitHub App if App ID exists
122
122
if: vars.BOT_APP_ID
123
- uses: actions/create-github-app-token@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1.10.1
123
+ uses: actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2
124
124
with:
125
125
app-id: {{ '${{ vars.BOT_APP_ID }}' }}
126
126
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@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1.10.1
27
+ uses: actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2
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