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 22ffb22 commit f84c780Copy full SHA for f84c780
1 file changed
.github/workflows/release-please.yml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
- name: Generate app token
26
id: app-token
27
- uses: actions/create-github-app-token@v2
+ uses: actions/create-github-app-token@v3
28
with:
29
app-id: ${{ secrets.APP_ID }}
30
private-key: ${{ secrets.APP_PRIVATE_KEY }}
0 commit comments