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 3232 - id : generate-token
3333 name : Generate a token with GitHub App if App ID exists
3434 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
3636 with :
3737 app-id : ${{ vars.BOT_APP_ID }}
3838 private-key : ${{ secrets.BOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 2121 - id : generate-token
2222 name : Generate a token with GitHub App if App ID exists
2323 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
2525 with :
2626 app-id : ${{ vars.BOT_APP_ID }}
2727 private-key : ${{ secrets.BOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 3636 - id: generate-token
3737 name: Generate a token with GitHub App if App ID exists
3838 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
4040 with:
4141 app-id: {{ '${{ vars.BOT_APP_ID }}' }}
4242 private-key: {{ '${{ secrets.BOT_PRIVATE_KEY }}' }}
Original file line number Diff line number Diff line change 2121 - id: generate-token
2222 name: Generate a token with GitHub App if App ID exists
2323 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
2525 with:
2626 app-id: {{ '${{ vars.BOT_APP_ID }}' }}
2727 private-key: {{ '${{ secrets.BOT_PRIVATE_KEY }}' }}
You can’t perform that action at this time.
0 commit comments