feat(github-action)!: Update tibdex/github-app-token action to v2

| datasource  | package                 | from | to |
| ----------- | ----------------------- | ---- | -- |
| github-tags | tibdex/github-app-token | v1   | v2 |
| github-tags | tibdex/github-app-token | v1   | v2 |
| github-tags | tibdex/github-app-token | v1   | v2 |
| github-tags | tibdex/github-app-token | v1   | v2 |
| github-tags | tibdex/github-app-token | v1   | v2 |
| github-tags | tibdex/github-app-token | v1   | v2 |
| github-tags | tibdex/github-app-token | v1   | v2 |
| github-tags | tibdex/github-app-token | v1   | v2 |
This commit is contained in:
chii-bot
2023-09-09 19:12:34 +00:00
parent 2a28aba4f5
commit 0b0694c4dd
8 changed files with 8 additions and 8 deletions

View File

@@ -39,7 +39,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Generate Token
uses: tibdex/github-app-token@v1
uses: tibdex/github-app-token@v2
id: generate-token
with:
app_id: ${{ secrets.BOT_APP_ID }}

View File

@@ -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.BOT_APP_ID }}"

View File

@@ -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.BOT_APP_ID }}"

View File

@@ -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.BOT_APP_ID }}"

View File

@@ -17,7 +17,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Generate Token
uses: tibdex/github-app-token@v1
uses: tibdex/github-app-token@v2
id: generate-token
with:
app_id: "${{ secrets.BOT_APP_ID }}"

View File

@@ -18,7 +18,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Generate Token
uses: tibdex/github-app-token@v1
uses: tibdex/github-app-token@v2
id: generate-token
with:
app_id: "${{ secrets.BOT_APP_ID }}"

View File

@@ -14,7 +14,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Generate Token
uses: tibdex/github-app-token@v1
uses: tibdex/github-app-token@v2
id: generate-token
with:
app_id: "${{ secrets.BOT_APP_ID }}"

View File

@@ -34,7 +34,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Generate Token
uses: tibdex/github-app-token@v1
uses: tibdex/github-app-token@v2
id: generate-token
with:
app_id: "${{ secrets.BOT_APP_ID }}"