mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
bump matrix-message-action to v0.0.3 (#1809)
This commit is contained in:
@@ -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 }}
|
||||
|
||||
+1
-1
@@ -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 }}
|
||||
|
||||
+3
-3
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user