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 32
32
- id : generate-token
33
33
name : Generate a token with GitHub App if App ID exists
34
34
if : vars.BOT_APP_ID
35
- uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
35
+ uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
36
36
with :
37
37
app-id : ${{ vars.BOT_APP_ID }}
38
38
private-key : ${{ secrets.BOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 21
21
- id : generate-token
22
22
name : Generate a token with GitHub App if App ID exists
23
23
if : vars.BOT_APP_ID
24
- uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
24
+ uses : actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
25
25
with :
26
26
app-id : ${{ vars.BOT_APP_ID }}
27
27
private-key : ${{ secrets.BOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 36
36
- id: generate-token
37
37
name: Generate a token with GitHub App if App ID exists
38
38
if: vars.BOT_APP_ID
39
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
39
+ uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
40
40
with:
41
41
app-id: {{ '${{ vars.BOT_APP_ID }}' }}
42
42
private-key: {{ '${{ secrets.BOT_PRIVATE_KEY }}' }}
Original file line number Diff line number Diff line change 21
21
- id: generate-token
22
22
name: Generate a token with GitHub App if App ID exists
23
23
if: vars.BOT_APP_ID
24
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
24
+ uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
25
25
with:
26
26
app-id: {{ '${{ vars.BOT_APP_ID }}' }}
27
27
private-key: {{ '${{ secrets.BOT_PRIVATE_KEY }}' }}
You can’t perform that action at this time.
0 commit comments