We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6d73f6 + 632e259 commit a861e47Copy full SHA for a861e47
.github/workflows/promote-shipped-apis.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- name: Generate GitHub App token
18
id: app-token
19
- uses: actions/create-github-app-token@v2
+ uses: actions/create-github-app-token@v3
20
with:
21
app-id: ${{ vars.RELEASE_PLEASE_TOKEN_PROVIDER_APP_ID }}
22
private-key: ${{ secrets.RELEASE_PLEASE_TOKEN_PROVIDER_PEM }}
.github/workflows/release-please-gha.yml
@@ -53,7 +53,7 @@ jobs:
53
54
55
56
57
58
59
0 commit comments