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