diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 69faea9..988b01f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,29 +36,29 @@ jobs: git commit -m "Generated build output" -a || exit 0 # This line prevents the action from failing if there's nothing to commit git push - # - name: Notify Slack about the update - # uses: 8398a7/action-slack@v3 - # with: - # status: custom - # custom_payload: | - # { - # "blocks": [ - # { - # "type": "header", - # "text": { - # "type": "plain_text", - # "text": "✅ Design Tokens updated!" - # } - # }, - # { - # "type": "section", - # "text": { - # "type": "mrkdwn", - # "text": "${{ github.event.head_commit.message }}" - # } - # } - # ] - # } - # env: - # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} + - name: Notify Slack about the update + uses: 8398a7/action-slack@v3 + with: + status: custom + custom_payload: | + { + "blocks": [ + { + "type": "header", + "text": { + "type": "plain_text", + "text": "✅ Design Tokens updated!" + } + }, + { + "type": "section", + "text": { + "type": "mrkdwn", + "text": "${{ github.event.head_commit.message }}" + } + } + ] + } + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}