From e1a851e62f00bbfec3152757dc238607cbbd03e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Torres?= <43612178+JuanJTorres11@users.noreply.github.com> Date: Fri, 24 May 2024 15:37:24 -0500 Subject: [PATCH] chore: udpate release job --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2a1b13c..d980b80b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -213,14 +213,6 @@ jobs: id: drafter uses: technote-space/release-drafter@v6 with: - GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} DRAFT: false NAME: ${{ env.TAG_NAME }} TAG: ${{ env.TAG_NAME }} - - uses: 8398a7/action-slack@v3 - with: - status: ${{ job.status }} - text: ${{ format('<{0}>', steps.drafter.outputs.html_url) }} - env: - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} - if: success() && env.SLACK_WEBHOOK_URL