Skip to content

Commit

Permalink
Customize the matrix plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
wm75 committed May 14, 2024
1 parent d4d928b commit cb7cf7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish_content.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
BLUESKY_USERNAME: ${{ secrets.BLUESKY_USERNAME }}
BLUESKY_PASSWORD: ${{ secrets.BLUESKY_PASSWORD }}
MATRIX_ACCESS_TOKEN: ${{ secrets.MATRIX_ACCESS_TOKEN }}
MATRIX_ROOM_ID: ${{ secrets.MATRIX_ROOM_ID }}
SLACK_ACCESS_TOKEN: ${{ secrets.SLACK_ACCESS_TOKEN }}
SLACK_CHANNEL_ID: ${{ secrets.SLACK_CHANNEL_ID }}
CHANGED_FILES: ${{ steps.get_changed_files.outputs.all_changed_files }}
Expand Down
4 changes: 2 additions & 2 deletions plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ plugins:
password: $BLUESKY_PASSWORD
max_content_length: 300

- name: matrix
- name: matrix-eu-announce
class: matrix.matrix_client
enabled: true
config:
base_url: "https://matrix.org"
access_token: $MATRIX_ACCESS_TOKEN
room_id: $MATRIX_ROOM_ID
room_id: "!ArjKhGljVCmzqxhauY:matrix.org"

- name: slack
class: slack.slack_client
Expand Down

0 comments on commit cb7cf7d

Please sign in to comment.