diff --git a/.github/workflows/notify-assignee.yaml b/.github/workflows/notify-assignee.yaml index 197419e..4092067 100644 --- a/.github/workflows/notify-assignee.yaml +++ b/.github/workflows/notify-assignee.yaml @@ -6,7 +6,7 @@ on: jobs: notify-assignee: name: Notify Assignee - uses: ScribeMD/slack-templates/.github/workflows/notify-assignee.yaml@0.6.2 + uses: ScribeMD/slack-templates/.github/workflows/notify-assignee.yaml@0.6.3 secrets: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} SLACK_ASSIGN_CHANNEL_ID: ${{ secrets.SLACK_ASSIGN_CHANNEL_ID }} diff --git a/.github/workflows/notify-reviewers.yaml b/.github/workflows/notify-reviewers.yaml index 4efe9db..f1b4c51 100644 --- a/.github/workflows/notify-reviewers.yaml +++ b/.github/workflows/notify-reviewers.yaml @@ -6,7 +6,7 @@ on: jobs: notify-reviewers: name: Notify Reviewers - uses: ScribeMD/slack-templates/.github/workflows/notify-reviewers.yaml@0.6.2 + uses: ScribeMD/slack-templates/.github/workflows/notify-reviewers.yaml@0.6.3 secrets: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} SLACK_REVIEW_CHANNEL_ID: ${{ secrets.SLACK_REVIEW_CHANNEL_ID }} diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index fa91ff5..af51e5a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -50,7 +50,7 @@ jobs: bump: ${{ inputs.bump }} - name: Send Slack notification with job status. if: always() - uses: ScribeMD/slack-templates@0.6.2 + uses: ScribeMD/slack-templates@0.6.3 with: bot-token: ${{ secrets.SLACK_BOT_TOKEN }} channel-id: ${{ secrets.SLACK_ACTIONS_CHANNEL_ID }}