Skip to content

Commit 0ad5b31

Browse files
committed
fixup some token stuff
1 parent f186bd0 commit 0ad5b31

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/new-plugin.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
steps:
1717
- name: Checkout repository
1818
uses: actions/checkout@v4
19-
with:
20-
ssh-key: ${{ secrets.CI_UPDATE_SSH_KEY }}
2119

2220
- name: Install Nix
2321
uses: cachix/install-nix-action@v26
@@ -61,8 +59,7 @@ jobs:
6159
# The Matrix home server to send the message to
6260
# Default: matrix.org
6361
server: matrix.org
64-
# TODO: token
65-
token: ...
62+
token: ${{ secrets.CI_MATRIX_TOKEN }}
6663
room: "!oOLohuKTgwSAvIxmdO:matrix.org"
6764
# The message to send (optional)
6865
message: Hello world

0 commit comments

Comments
 (0)