Skip to content

Commit b281815

Browse files
committed
move to tools/
1 parent 283b64d commit b281815

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/security-txt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v.6.0.2
1818

1919
- name: Update Expires field in security.txt
20-
run: node security-txt.js
20+
run: node tools/security-txt.js
2121

2222
- name: Commit and push changes
2323
run: |

security-txt.js renamed to tools/security-txt.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// security-txt.js
2-
31
const fs = require("fs");
42
const path = require("path");
53

0 commit comments

Comments
 (0)