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 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@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
23
+ uses : actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
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 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@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
24
+ uses : actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
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 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@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
27
+ uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
28
28
with:
29
29
app-id: {{ '${{ vars.BOT_APP_ID }}' }}
30
30
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@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
24
+ uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
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