Skip to content

Commit

Permalink
Change staticrypt salt to 32 byte string
Browse files Browse the repository at this point in the history
  • Loading branch information
mehaase committed Dec 14, 2023
1 parent 8d55af6 commit 94b36ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
name: m3tid-docs-html
path: docs
- run: >
staticrypt --remember 3 --salt cRryVbKHFDvNHCopcmhnkQzqXnthejYC \
staticrypt --remember 3 --salt 3d42da531a99400d9a5267a31cfadbd8 \
--password $STATICRYPT_PASS --short \
--template-title "M3TID (branch: $BRANCH_NAME)" \
--template-instructions "The contents of this site are marked TLP:AMBER:CTID-R&D:23-84. Do not share with unauthorized individuals." \
Expand Down

0 comments on commit 94b36ad

Please sign in to comment.