Skip to content

Commit 3811d26

Browse files
authored
Merge pull request #10 from otakakot/renovate/actions-create-github-app-token-2.x
Update actions/create-github-app-token action to v2
2 parents 4ffc4d4 + eebaa0b commit 3811d26

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/add.renovate.label.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: echo "${{ github.head_ref }}"
1818
- name: Generate token
1919
id: generate-token
20-
uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
20+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
2121
with:
2222
app-id: ${{ secrets.BOT_GITHUB_APP_ID }}
2323
private-key: ${{ secrets.BOT_GITHUB_APP_PRIVATE_KEY }}

.github/workflows/increment.patch.version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: Generate token
1717
id: generate-token
18-
uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
18+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
1919
with:
2020
app-id: ${{ secrets.BOT_GITHUB_APP_ID }}
2121
private-key: ${{ secrets.BOT_GITHUB_APP_PRIVATE_KEY }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Generate token
1616
id: generate-token
17-
uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6
17+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
1818
with:
1919
app-id: ${{ secrets.BOT_GITHUB_APP_ID }}
2020
private-key: ${{ secrets.BOT_GITHUB_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)