Skip to content

Commit 3c957d2

Browse files
meta: update actions/create-github-app-token action to v2
1 parent 65546f3 commit 3c957d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autoupdate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- name: Generate Sequelize Bot Token
2424
id: generate-token
25-
uses: actions/create-github-app-token@v1
25+
uses: actions/create-github-app-token@v2
2626
with:
2727
app-id: '${{ secrets.SEQUELIZE_BOT_APP_ID }}'
2828
private-key: '${{ secrets.SEQUELIZE_BOT_PRIVATE_KEY }}'

0 commit comments

Comments
 (0)