Skip to content

Commit

Permalink
feat(github-action)!: Update tibdex/github-app-token action to v2.1.0
Browse files Browse the repository at this point in the history
| datasource  | package                 | from   | to     |
| ----------- | ----------------------- | ------ | ------ |
| github-tags | tibdex/github-app-token | v1.9.0 | v2.1.0 |
  • Loading branch information
renovate[bot] authored and unusualpseudo committed Aug 3, 2024
1 parent 606a3bf commit ff9352a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/broken-links-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Generate Token
id: generate-token
uses: tibdex/github-app-token@v1.9.0
uses: tibdex/github-app-token@v2.1.0
with:
app_id: "${{ secrets.BOT_APP_ID }}"
private_key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Generate Token
id: generate-token
uses: tibdex/github-app-token@v1.9.0
uses: tibdex/github-app-token@v2.1.0
with:
app_id: "${{ secrets.BOT_APP_ID }}"
private_key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
steps:
- name: Generate Token
id: generate-token
uses: tibdex/github-app-token@v1.9.0
uses: tibdex/github-app-token@v2.1.0
with:
app_id: "${{ secrets.BOT_APP_ID }}"
private_key: "${{ secrets.BOT_APP_PRIVATE_KEY }}"
Expand Down

0 comments on commit ff9352a

Please sign in to comment.