Skip to content

Commit

Permalink
Merge pull request #156 from openedx/dependabot/github_actions/slacka…
Browse files Browse the repository at this point in the history
…pi/slack-github-action-2.0.0

build(deps): bump slackapi/slack-github-action from 1.27.0 to 2.0.0
  • Loading branch information
feanil authored Dec 3, 2024
2 parents 46b4ddd + c2cff0f commit c401c32
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/add-depr-ticket-to-depr-board.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,10 @@ jobs:
- name: Alert in Slack
id: slack
uses: slackapi/slack-github-action@v1.27.0
uses: slackapi/slack-github-action@v2.0.0
with:
channel-id: CGB0S3L12
slack-message: "Incoming DEPR ticket: ${{ github.event.issue.title }}\nAuthor: ${{ github.event.issue.user.login }}\nURL: ${{ github.event.issue.html_url }}"
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
method: chat.postMessage
token: ${{ secrets.SLACK_BOT_TOKEN }}
payload: |
channel: "CGB0S3L12"
text: "Incoming DEPR ticket: ${{ github.event.issue.title }}\nAuthor: ${{ github.event.issue.user.login }}\nURL: ${{ github.event.issue.html_url }}"

0 comments on commit c401c32

Please sign in to comment.