Skip to content

Commit

Permalink
fix: slack-notify
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdebs committed Nov 17, 2022
1 parent 3c776b9 commit 214d0c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/slack-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
id: slack
uses: slackapi/slack-github-action@v1.23.0
env:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
SLACK_BOT_TOKEN: "${{ secrets.SLACK_BOT_TOKEN }}"
PROJECT_NAME: "Android SDK"
with:
channel-id: ${{ secrets.SLACK_RELEASE_CHANNEL_ID }}
channel-id: "${{ secrets.SLACK_RELEASE_CHANNEL_ID }}"
payload: |
{
"blocks": [
Expand Down

0 comments on commit 214d0c0

Please sign in to comment.