Skip to content

Commit d22143b

Browse files
committed
Setup the github token as env, this is avoid download ripgrep binary failure.
1 parent 39ba094 commit d22143b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ jobs:
132132
NODE_OPTIONS: '--max-old-space-size=8192'
133133
AWS_TOOLKIT_TEST_CACHE_DIR: '/tmp/.vscode-test/'
134134
AWS_TOOLKIT_TEST_USER_DIR: '/tmp/.vscode-test/user-data/'
135+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
135136
steps:
136137
- uses: actions/checkout@v4
137138
- name: Use Node.js ${{ matrix.node-version }}
@@ -169,6 +170,7 @@ jobs:
169170
NODE_OPTIONS: '--max-old-space-size=8192'
170171
AWS_TOOLKIT_TEST_CACHE_DIR: '/tmp/.vscode-test/'
171172
AWS_TOOLKIT_TEST_USER_DIR: '/tmp/.vscode-test/user-data/'
173+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
172174
steps:
173175
- uses: actions/checkout@v4
174176
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)