We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 283b64d commit b281815Copy full SHA for b281815
2 files changed
.github/workflows/security-txt.yaml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v.6.0.2
18
19
- name: Update Expires field in security.txt
20
- run: node security-txt.js
+ run: node tools/security-txt.js
21
22
- name: Commit and push changes
23
run: |
security-txt.js tools/security-txt.jssecurity-txt.js renamed to tools/security-txt.js
@@ -1,5 +1,3 @@
1
-// security-txt.js
2
-
3
const fs = require("fs");
4
const path = require("path");
5
0 commit comments