We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f6deab + 865ed3d commit d06e688Copy full SHA for d06e688
.github/workflows/release-please-gha.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Generate GitHub App token
31
id: app-token
32
- uses: actions/create-github-app-token@v2
+ uses: actions/create-github-app-token@v3
33
with:
34
app-id: ${{ vars.RELEASE_PLEASE_TOKEN_PROVIDER_APP_ID }}
35
private-key: ${{ secrets.RELEASE_PLEASE_TOKEN_PROVIDER_PEM }}
0 commit comments