Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TomCools authored and aalmiray committed Nov 23, 2024
1 parent c27f601 commit 4680313
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/modules/reference/pages/announce/bluesky.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
:announcer_env_key: BLUESKY

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


== Configuration

Expand All @@ -24,7 +26,7 @@ include::partial$announce/yaml/common-head.adoc[]
# icon:exclamation-triangle[] icon:eye-slash[]
host: pass:[https://bsky.social]
# The handle to use.
# The handle to use. (ex. example.bsky.social)
# icon:exclamation-triangle[] icon:eye-slash[]
handle: __USE_ENVIRONMENT_VARIABLE__
Expand Down Expand Up @@ -58,7 +60,7 @@ include::partial$announce/toml/common-head.adoc[]
# icon:exclamation-triangle[] icon:eye-slash[]
host = "pass:[https://bsky.social]"
# The handle to use.
# The handle to use. (ex. example.bsky.social)
# icon:exclamation-triangle[] icon:eye-slash[]
handle = "__USE_ENVIRONMENT_VARIABLE__"
Expand Down Expand Up @@ -90,7 +92,7 @@ include::partial$announce/json/common-head.adoc[]
// icon:exclamation-triangle[] icon:eye-slash[]
"host": "pass:[https://bsky.social]",
// The handle to use.
// The handle to use. (ex. example.bsky.social)
// icon:exclamation-triangle[] icon:eye-slash[]
"handle": "__USE_ENVIRONMENT_VARIABLE__",
Expand Down Expand Up @@ -129,7 +131,7 @@ include::partial$announce/maven/common-head.adoc[]
<host>pass:[https://bsky.social]</host>
<!--
The handle to use.
The handle to use. (ex. example.bsky.social)
icon:exclamation-triangle[] icon:eye-slash[]
-->
<handle>__USE_ENVIRONMENT_VARIABLE__</handle>
Expand Down

0 comments on commit 4680313

Please sign in to comment.