Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
764a5364
Unverified
Commit
764a5364
authored
Oct 13, 2020
by
s3krit
Committed by
GitHub
Oct 13, 2020
Browse files
bump matrix-message-action to v0.0.3 (#1809)
parent
97fe0162
Pipeline
#110510
passed with stages
in 16 minutes and 5 seconds
Changes
3
Pipelines
2
Show whitespace changes
Inline
Side-by-side
.github/workflows/burnin-label-notification.yml
View file @
764a5364
...
...
@@ -9,7 +9,7 @@ jobs:
steps
:
-
name
:
Notify devops
if
:
github.event.label.name == 'A1-needsburnin'
uses
:
s3krit/matrix-message-action@v0.0.
2
uses
:
s3krit/matrix-message-action@v0.0.
3
with
:
room_id
:
${{ secrets.POLKADOT_DEVOPS_MATRIX_ROOM_ID }}
access_token
:
${{ secrets.POLKADOT_DEVOPS_MATRIX_ACCESS_TOKEN }}
...
...
.github/workflows/publish-draft-release.yml
View file @
764a5364
...
...
@@ -105,7 +105,7 @@ jobs:
needs
:
publish-draft-release
steps
:
-
name
:
Internal polkadot channel
uses
:
s3krit/matrix-message-action@v0.0.
2
uses
:
s3krit/matrix-message-action@v0.0.
3
with
:
room_id
:
${{ secrets.INTERNAL_POLKADOT_MATRIX_ROOM_ID }}
access_token
:
${{ secrets.MATRIX_ACCESS_TOKEN }}
...
...
.github/workflows/release-bot.yml
View file @
764a5364
...
...
@@ -8,7 +8,7 @@ jobs:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Internal Release Notes Channel
uses
:
s3krit/matrix-message-action@v0.0.
2
uses
:
s3krit/matrix-message-action@v0.0.
3
with
:
room_id
:
${{ secrets.MATRIX_ROOM_ID }}
access_token
:
${{ secrets.MATRIX_ACCESS_TOKEN }}
...
...
@@ -16,7 +16,7 @@ jobs:
server
:
"
matrix.parity.io"
-
name
:
Validator Lounge
uses
:
s3krit/matrix-message-action@v0.0.
2
uses
:
s3krit/matrix-message-action@v0.0.
3
with
:
room_id
:
${{ secrets.VALIDATOR_LOUNGE_MATRIX_ROOM_ID }}
access_token
:
${{ secrets.MATRIX_ACCESS_TOKEN }}
...
...
@@ -24,7 +24,7 @@ jobs:
server
:
"
matrix.parity.io"
-
name
:
Polkadot Announcements
uses
:
s3krit/matrix-message-action@v0.0.
2
uses
:
s3krit/matrix-message-action@v0.0.
3
with
:
room_id
:
${{ secrets.KUSAMA_ANNOUNCEMENTS_MATRIX_ROOM_ID }}
access_token
:
${{ secrets.MATRIX_ACCESS_TOKEN }}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment