We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4efa3e1 commit b6d1ae6Copy full SHA for b6d1ae6
1 file changed
.github/workflows/release-please.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- name: Generate token
17
id: generate-token
18
- uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
+ uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
19
with:
20
app-id: ${{ vars.SDK_BOT_APP_ID }}
21
private-key: ${{ secrets.SDK_BOT_PRIVATE_KEY }}
0 commit comments