Skip to content

Commit d64fb3e

Browse files
committed
Add service token
1 parent 643c0ef commit d64fb3e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/publish-js-client.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
steps:
6363
- name: Git Checkout
6464
uses: actions/checkout@v4
65+
with:
66+
token: ${{ secrets.SERVICE_TOKEN }}
6567

6668
- name: Setup Environment
6769
uses: ./.github/actions/setup

.github/workflows/publish-legacy-client.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ jobs:
6262
steps:
6363
- name: Git Checkout
6464
uses: actions/checkout@v4
65+
with:
66+
token: ${{ secrets.SERVICE_TOKEN }}
6567

6668
- name: Setup Environment
6769
uses: ./.github/actions/setup

0 commit comments

Comments
 (0)