We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc25f0c + babbefd commit d0a4278Copy full SHA for d0a4278
1 file changed
.github/workflows/manual-versioning.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- name: "Generate token"
22
id: generate_token
23
- uses: actions/create-github-app-token@v2
+ uses: actions/create-github-app-token@v3
24
with:
25
app-id: ${{ secrets.RELEASE_BOT_APP_ID }}
26
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
0 commit comments