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 9e02081 commit bf60f8cCopy full SHA for bf60f8c
.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