Skip to content

Commit 4c20af5

Browse files
committed
Workflow cleanup
1 parent 0fbaaf4 commit 4c20af5

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
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

.github/workflows/markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
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

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
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

.github/workflows/tpip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
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

src/views/manage-solution/manage-solution-custom-editor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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.

src/views/manage-solution/manage-solution-webview-main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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.

0 commit comments

Comments
 (0)