File tree Expand file tree Collapse file tree
template/{% if repo_platform == 'github' %}.github{% endif %}/workflows Expand file tree Collapse file tree 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@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
35+ uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
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@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
24+ uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
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@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
39+ uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
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@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
24+ uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
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