Skip to content

Commit 60c9e5b

Browse files
authored
Merge pull request #27 from tier4/dependabot/github_actions/tibdex/github-app-token-2
chore(deps): bump tibdex/github-app-token from 1 to 2
2 parents 7e5ffa5 + 58ff435 commit 60c9e5b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- name: Generate token
1212
id: generate-token
13-
uses: tibdex/github-app-token@v1
13+
uses: tibdex/github-app-token@v2
1414
with:
1515
app_id: ${{ secrets.APP_ID }}
1616
private_key: ${{ secrets.PRIVATE_KEY }}

.github/workflows/sync-files.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- name: Generate token
1313
id: generate-token
14-
uses: tibdex/github-app-token@v1
14+
uses: tibdex/github-app-token@v2
1515
with:
1616
app_id: ${{ secrets.APP_ID }}
1717
private_key: ${{ secrets.PRIVATE_KEY }}

0 commit comments

Comments
 (0)