File tree Expand file tree Collapse file tree
src/views/manage-solution Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6363
6464 - name : Install dependencies
6565 env :
66- NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
66+ GITHUB_TOKEN : ${{ github.token }}
6767 NODE_OPTIONS : --max-old-space-size=8192
6868 run : npm ci
6969
@@ -245,7 +245,7 @@ jobs:
245245
246246 - name : Install dependencies
247247 env :
248- NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
248+ GITHUB_TOKEN : ${{ github.token }}
249249 NODE_OPTIONS : --max-old-space-size=8192
250250 run : npm ci
251251
Original file line number Diff line number Diff line change 5050
5151 - name : Install dependencies
5252 env :
53- NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
53+ GITHUB_TOKEN : ${{ github.token }}
5454 NODE_OPTIONS : --max-old-space-size=8192
5555 run : npm ci
5656
Original file line number Diff line number Diff line change 4949
5050 - name : Install dependencies
5151 env :
52- NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
52+ GITHUB_TOKEN : ${{ github.token }}
5353 NODE_OPTIONS : --max-old-space-size=8192
5454 run : npm ci
5555
@@ -220,7 +220,7 @@ jobs:
220220
221221 - name : Install dependencies
222222 env :
223- NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
223+ GITHUB_TOKEN : ${{ github.token }}
224224 NODE_OPTIONS : --max-old-space-size=8192
225225 run : npm ci
226226
Original file line number Diff line number Diff line change 5252
5353 - name : Install dependencies
5454 env :
55- NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
55+ GITHUB_TOKEN : ${{ github.token }}
5656 NODE_OPTIONS : --max-old-space-size=8192
5757 run : npm ci
5858
Original file line number Diff line number Diff line change 11/**
2- * Copyright (C) 2026 Arm Limited
2+ * Copyright 2026 Arm Limited
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11/**
2- * Copyright (C) 2024-2026 Arm Limited
2+ * Copyright 2024-2026 Arm Limited
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments