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