From 17c6b63887d019042e942b10c7541a6ece2c3805 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Wed, 22 Feb 2023 17:43:48 +0000 Subject: Bump SebastiaanZ/github-status-embed-for-discord to 0.3.0 This also removes the need to pass some of the keys, so those have been removed. --- .github/workflows/status_embed.yaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/status_embed.yaml b/.github/workflows/status_embed.yaml index e6e3d44..b4a897b 100644 --- a/.github/workflows/status_embed.yaml +++ b/.github/workflows/status_embed.yaml @@ -51,22 +51,13 @@ jobs: # more information and we can fine tune when we actually want # to send an embed. - name: GitHub actions status embed for Discord - uses: SebastiaanZ/github-status-embed-for-discord@v0.2.1 + uses: SebastiaanZ/github-status-embed-for-discord@v0.3.0 with: # Our GitHub Actions webhook webhook_id: '720737026269511740' webhook_token: ${{ secrets.DEVOPS_WEBHOOK_TOKEN }} - # Workflow information - workflow_name: ${{ github.event.workflow_run.name }} - run_id: ${{ github.event.workflow_run.id }} - run_number: ${{ github.event.workflow_run.run_number }} status: ${{ github.event.workflow_run.conclusion }} - actor: ${{ github.actor }} - repository: ${{ github.repository }} - ref: ${{ github.ref }} - sha: ${{ github.event.workflow_run.head_sha }} - pr_author_login: ${{ steps.pr_info.outputs.pr_author_login }} pr_number: ${{ steps.pr_info.outputs.pr_number }} pr_title: ${{ steps.pr_info.outputs.pr_title }} -- cgit v1.2.3