Skip to content

Commit 3f76aef

Browse files
committed
remove token
1 parent 8c2d683 commit 3f76aef

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/testworkflows/container-matrix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ jobs:
1212
with:
1313
script: |
1414
console.log('Hello from NodeJS Actions in a container!');
15+
github-token: none
1516
- run: echo Hello World

.github/testworkflows/matrix.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ jobs:
1111
with:
1212
script: |
1313
console.log('Hello from NodeJS Actions!');
14+
github-token: none
1415
- run: echo Hello World

0 commit comments

Comments
 (0)