Skip to content

Commit

Permalink
ci(github-action)!: Update tibdex/github-app-token action to v2
Browse files Browse the repository at this point in the history
| datasource  | package                 | from | to |
| ----------- | ----------------------- | ---- | -- |
| github-tags | tibdex/github-app-token | v1   | v2 |
  • Loading branch information
kireque-bot[bot] committed Sep 9, 2023
1 parent cde9f52 commit 5908220
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fetch-depth: 0

- name: Generate Token
uses: tibdex/github-app-token@v1
uses: tibdex/github-app-token@v2
id: generate-token
with:
app_id: ${{ secrets.KIREQUE_APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/meta-label-size.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Generate Token
uses: tibdex/github-app-token@v1
uses: tibdex/github-app-token@v2
id: generate-token
with:
app_id: ${{ secrets.KIREQUE_APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/meta-labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Generate Token
uses: tibdex/github-app-token@v1
uses: tibdex/github-app-token@v2
id: generate-token
with:
app_id: ${{ secrets.KIREQUE_APP_ID }}
Expand Down

0 comments on commit 5908220

Please sign in to comment.