We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d523745 commit 68b4b92Copy full SHA for 68b4b92
1 file changed
.github/workflows/upstream.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- name: Generate GitHub App token
19
id: app-token
20
- uses: actions/create-github-app-token@v2
+ uses: actions/create-github-app-token@v3
21
with:
22
app-id: ${{ secrets.APP_ID }}
23
private-key: ${{ secrets.APP_PRIVATE_KEY }}
0 commit comments