Skip to content

Commit 69ee713

Browse files
build(deps): update actions/create-github-app-token action to v2.1.1 (#1014)
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
1 parent e24dea8 commit 69ee713

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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 }}

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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 }}

template/{% if repo_platform == 'github' %}.github{% endif %}/workflows/renovate.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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 }}' }}

template/{% if repo_platform == 'github' %}.github{% endif %}/workflows/semantic-release.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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 }}' }}

0 commit comments

Comments
 (0)