Skip to content

Commit c111284

Browse files
TomCoolsaalmiray
authored andcommitted
1 parent ac02cc5 commit c111284

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/modules/reference/pages/announce/bluesky.adoc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
:announcer_env_key: BLUESKY
66

77
Posts a status to a link:https://bsky.app/[Bluesky] server.
8+
We recommend the use of dedicated link:https://bsky.app/settings/app-passwords[App Passwords] instead of using your personal password.
9+
810

911
== Configuration
1012

@@ -24,7 +26,7 @@ include::partial$announce/yaml/common-head.adoc[]
2426
# icon:exclamation-triangle[] icon:eye-slash[]
2527
host: pass:[https://bsky.social]
2628
27-
# The handle to use.
29+
# The handle to use. (ex. example.bsky.social)
2830
# icon:exclamation-triangle[] icon:eye-slash[]
2931
handle: __USE_ENVIRONMENT_VARIABLE__
3032
@@ -58,7 +60,7 @@ include::partial$announce/toml/common-head.adoc[]
5860
# icon:exclamation-triangle[] icon:eye-slash[]
5961
host = "pass:[https://bsky.social]"
6062
61-
# The handle to use.
63+
# The handle to use. (ex. example.bsky.social)
6264
# icon:exclamation-triangle[] icon:eye-slash[]
6365
handle = "__USE_ENVIRONMENT_VARIABLE__"
6466
@@ -90,7 +92,7 @@ include::partial$announce/json/common-head.adoc[]
9092
// icon:exclamation-triangle[] icon:eye-slash[]
9193
"host": "pass:[https://bsky.social]",
9294
93-
// The handle to use.
95+
// The handle to use. (ex. example.bsky.social)
9496
// icon:exclamation-triangle[] icon:eye-slash[]
9597
"handle": "__USE_ENVIRONMENT_VARIABLE__",
9698
@@ -129,7 +131,7 @@ include::partial$announce/maven/common-head.adoc[]
129131
<host>pass:[https://bsky.social]</host>
130132
131133
<!--
132-
The handle to use.
134+
The handle to use. (ex. example.bsky.social)
133135
icon:exclamation-triangle[] icon:eye-slash[]
134136
-->
135137
<handle>__USE_ENVIRONMENT_VARIABLE__</handle>

0 commit comments

Comments
 (0)