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@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
23
+ uses : actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
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@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
24
+ uses : actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.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 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@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
27
+ uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
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@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
24
+ uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.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