Skip to content

Commit e4c6594

Browse files
committed
Bumps node modules
1 parent 8a0c30f commit e4c6594

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/create-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
6262
id: app-token
6363
with:
64-
app-id: ${{ vars.APP_ID }}
64+
client-id: ${{ vars.APP_CLIENT_ID }}
6565
private-key: ${{ secrets.PRIVATE_KEY }}
6666

6767
- name: Get release notes

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
7979
id: app-token
8080
with:
81-
app-id: ${{ vars.APP_ID }}
81+
client-id: ${{ vars.APP_CLIENT_ID }}
8282
private-key: ${{ secrets.PRIVATE_KEY }}
8383

8484
- name: Create GitHub Release with tag

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
],
1919
"author": "poad",
2020
"license": "ISC",
21-
"packageManager": "pnpm@11.3.0"
21+
"packageManager": "pnpm@11.4.0"
2222
}

0 commit comments

Comments
 (0)