We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f186bd0 commit 0ad5b31Copy full SHA for 0ad5b31
.github/workflows/new-plugin.yml
@@ -16,8 +16,6 @@ jobs:
16
steps:
17
- name: Checkout repository
18
uses: actions/checkout@v4
19
- with:
20
- ssh-key: ${{ secrets.CI_UPDATE_SSH_KEY }}
21
22
- name: Install Nix
23
uses: cachix/install-nix-action@v26
@@ -61,8 +59,7 @@ jobs:
61
59
# The Matrix home server to send the message to
62
60
# Default: matrix.org
63
server: matrix.org
64
- # TODO: token
65
- token: ...
+ token: ${{ secrets.CI_MATRIX_TOKEN }}
66
room: "!oOLohuKTgwSAvIxmdO:matrix.org"
67
# The message to send (optional)
68
message: Hello world
0 commit comments