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 a4f36c0 commit 39d03b5Copy full SHA for 39d03b5
1 file changed
.github/workflows/release-please.yml
@@ -25,7 +25,7 @@ jobs:
25
should-publish: ${{ steps.release-please.outputs.release_created }}
26
tag: ${{ steps.release-please.outputs.tag_name }}
27
steps:
28
- - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
+ - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
29
id: app-token
30
with:
31
app-id: ${{ vars.RELEASE_PLEASE_APP_ID }}
0 commit comments