We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ba094 commit d22143bCopy full SHA for d22143b
.github/workflows/node.js.yml
@@ -132,6 +132,7 @@ jobs:
132
NODE_OPTIONS: '--max-old-space-size=8192'
133
AWS_TOOLKIT_TEST_CACHE_DIR: '/tmp/.vscode-test/'
134
AWS_TOOLKIT_TEST_USER_DIR: '/tmp/.vscode-test/user-data/'
135
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
136
steps:
137
- uses: actions/checkout@v4
138
- name: Use Node.js ${{ matrix.node-version }}
@@ -169,6 +170,7 @@ jobs:
169
170
171
172
173
174
175
176
0 commit comments