Skip to content

Commit 064622e

Browse files
Update top_secret.md
replaced password parameter with github repo secrets
1 parent b05903d commit 064622e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/posts/top_secret.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ date: 2024-07-07T13:55:20-05:00
55
draft: false
66
tags: ["Hugo"]
77
categories: ["Development"]
8-
password: "1234"
98
hiddenFromHomePage: true
9+
password: ${{ secrets.POST_PASSWORD_00 }}
10+
1011
---
1112

1213
{{< admonition type=danger title="Top Secret" open=true >}}

0 commit comments

Comments
 (0)