Skip to content

Commit 245cf84

Browse files
authored
chore(DEVOPS-10688): bump create-github-app-token to v3 and rename app-id to client-id (#153)
1 parent 4ca6431 commit 245cf84

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
runs-on: ubuntu-24.04
2020
name: Release Automation
2121
steps:
22-
- uses: actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1
22+
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
2323
id: generate-token
2424
with:
25-
app-id: ${{ secrets.LENDABOT_APP_ID }}
25+
client-id: ${{ secrets.LENDABOT_APP_ID }}
2626
private-key: ${{ secrets.LENDABOT_APP_PRIVATE_KEY }}
2727

2828
- uses: googleapis/release-please-action@a02a34c4d625f9be7cb89156071d8567266a2445 # v4

0 commit comments

Comments
 (0)