Skip to content

Commit 38d1204

Browse files
chore(deps): update actions/create-github-app-token action to v3
1 parent 669acb0 commit 38d1204

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/preview-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Generate token
1515
id: generate-token
16-
uses: actions/create-github-app-token@v1
16+
uses: actions/create-github-app-token@v3
1717
with:
1818
app-id: ${{ secrets.SKKUDING_BOT_APP_ID }}
1919
private-key: ${{ secrets.SKKUDING_BOT_PRIVATE_KEY }}

.github/workflows/preview-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Generate token
1414
id: generate-token
15-
uses: actions/create-github-app-token@v1
15+
uses: actions/create-github-app-token@v3
1616
with:
1717
app-id: ${{ secrets.SKKUDING_BOT_APP_ID }}
1818
private-key: ${{ secrets.SKKUDING_BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)