From 7639a32657a1fa1bfc494a139e0a2ee445408c7d Mon Sep 17 00:00:00 2001 From: s3krit Date: Tue, 13 Oct 2020 16:04:06 +0200 Subject: [PATCH] bump matrix-message-action to v0.0.3 (#1809) --- polkadot/.github/workflows/burnin-label-notification.yml | 2 +- polkadot/.github/workflows/publish-draft-release.yml | 2 +- polkadot/.github/workflows/release-bot.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/polkadot/.github/workflows/burnin-label-notification.yml b/polkadot/.github/workflows/burnin-label-notification.yml index 203685b706..5b9fbcab96 100644 --- a/polkadot/.github/workflows/burnin-label-notification.yml +++ b/polkadot/.github/workflows/burnin-label-notification.yml @@ -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 }} diff --git a/polkadot/.github/workflows/publish-draft-release.yml b/polkadot/.github/workflows/publish-draft-release.yml index b81c9f739e..41e797196b 100644 --- a/polkadot/.github/workflows/publish-draft-release.yml +++ b/polkadot/.github/workflows/publish-draft-release.yml @@ -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 }} diff --git a/polkadot/.github/workflows/release-bot.yml b/polkadot/.github/workflows/release-bot.yml index a153cddb05..0b37a2c624 100644 --- a/polkadot/.github/workflows/release-bot.yml +++ b/polkadot/.github/workflows/release-bot.yml @@ -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 }}