There was an error while loading. Please reload this page.
1 parent 4ca6431 commit 245cf84Copy full SHA for 245cf84
1 file changed
.github/workflows/release.yaml
@@ -19,10 +19,10 @@ jobs:
19
runs-on: ubuntu-24.04
20
name: Release Automation
21
steps:
22
- - uses: actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1
+ - uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
23
id: generate-token
24
with:
25
- app-id: ${{ secrets.LENDABOT_APP_ID }}
+ client-id: ${{ secrets.LENDABOT_APP_ID }}
26
private-key: ${{ secrets.LENDABOT_APP_PRIVATE_KEY }}
27
28
- uses: googleapis/release-please-action@a02a34c4d625f9be7cb89156071d8567266a2445 # v4
0 commit comments