Skip to content

Commit 6ea8fe7

Browse files
ci(token): use client id
1 parent c8a5571 commit 6ea8fe7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [20, 22, 24, 25]
13+
node-version: [22, 24, 26]
1414
steps:
1515
- uses: actions/checkout@v6
1616
- uses: ./.github/actions/install
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/create-github-app-token@v3
3838
id: auth
3939
with:
40-
app-id: ${{ secrets.APP_ID }}
40+
client-id: ${{ secrets.APP_CLIENT_ID }}
4141
private-key: ${{ secrets.APP_PEM }}
4242
permission-contents: write
4343
permission-pull-requests: write
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
cache: yarn
6666
node-version-file: .nvmrc
67-
registry-url: 'https://registry.npmjs.org'
67+
registry-url: "https://registry.npmjs.org"
6868
- run: yarn --immutable
6969
- uses: actions/download-artifact@v8
7070
with:

0 commit comments

Comments
 (0)