Skip to content

Commit

Permalink
Annouce new releases on Bluesky
Browse files Browse the repository at this point in the history
  • Loading branch information
arnested committed Nov 19, 2024
1 parent 55c0277 commit ed371ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
args: release
env:
GITHUB_TOKEN: ${{ github.token }}
BLUESKY_APP_PASSWORD: ${{ secrets.BLUESKY_APP_PASSWORD }}
- name: Import GPG signing key
run: |
mkdir -m 0700 ~/.gnupg/
Expand Down
6 changes: 6 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,9 @@ nfpms:
postinstall: "deb/postinstall.sh"
preremove: "deb/preremove.sh"
postremove: "deb/postremove.sh"

announce:
bluesky:
enabled: true
message_template: 'ldddns {{.Tag}} is out! Get it at https://ldddns.arnested.dk or run `apt update && apt upgrade`.'
username: "ldddns.arnested.dk"

0 comments on commit ed371ea

Please sign in to comment.