We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65546f3 commit 3c957d2Copy full SHA for 3c957d2
.github/workflows/autoupdate.yml
@@ -22,7 +22,7 @@ jobs:
22
steps:
23
- name: Generate Sequelize Bot Token
24
id: generate-token
25
- uses: actions/create-github-app-token@v1
+ uses: actions/create-github-app-token@v2
26
with:
27
app-id: '${{ secrets.SEQUELIZE_BOT_APP_ID }}'
28
private-key: '${{ secrets.SEQUELIZE_BOT_PRIVATE_KEY }}'
0 commit comments