Skip to content

Commit fe152ed

Browse files
ci(deps): Bump actions/create-github-app-token from 2.0.2 to 2.0.6 (#1)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent db025c6 commit fe152ed

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/add-to-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: hmarr/debug-action@v3.0.0
3434
- id: bot-token
3535
name: Get bot token
36-
uses: actions/create-github-app-token@v2.0.2
36+
uses: actions/create-github-app-token@v2.0.6
3737
with:
3838
app-id: ${{ secrets.BOT_APP_ID }}
3939
private-key: ${{ secrets.BOT_PRIVATE_KEY }}

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: hmarr/debug-action@v3.0.0
3636
- id: bot-token
3737
name: Get bot token
38-
uses: actions/create-github-app-token@v2.0.2
38+
uses: actions/create-github-app-token@v2.0.6
3939
with:
4040
app-id: ${{ secrets.BOT_APP_ID }}
4141
private-key: ${{ secrets.BOT_PRIVATE_KEY }}

.github/workflows/auto-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: hmarr/debug-action@v3.0.0
4444
- id: bot-token
4545
name: Get bot token
46-
uses: actions/create-github-app-token@v2.0.2
46+
uses: actions/create-github-app-token@v2.0.6
4747
with:
4848
app-id: ${{ secrets.BOT_APP_ID }}
4949
private-key: ${{ secrets.BOT_PRIVATE_KEY }}

.github/workflows/infrastructure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: hmarr/debug-action@v3.0.0
4646
- id: bot-token
4747
name: Get bot token
48-
uses: actions/create-github-app-token@v2.0.2
48+
uses: actions/create-github-app-token@v2.0.6
4949
with:
5050
app-id: ${{ secrets.BOT_APP_ID }}
5151
private-key: ${{ secrets.BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)