We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 047399b commit 5761271Copy full SHA for 5761271
1 file changed
.github/workflows/automerge.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- name: Generate token
22
id: token
23
- uses: actions/create-github-app-token@v2
+ uses: actions/create-github-app-token@v3
24
with:
25
app-id: ${{ secrets.TOKEN_EXCHANGE_APP }}
26
private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }}
0 commit comments