We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c46e8 commit dfa6e66Copy full SHA for dfa6e66
.github/workflows/check-required.yml
@@ -27,7 +27,7 @@ jobs:
27
steps:
28
- name: Generate an app token
29
id: app-token
30
- uses: actions/create-github-app-token@v1
+ uses: actions/create-github-app-token@v2
31
with:
32
app-id: ${{ secrets.APP_ID }}
33
private-key: ${{ secrets.APP_PRIVATE_KEY }}
0 commit comments