We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afd2f3d commit 42c3c2aCopy full SHA for 42c3c2a
1 file changed
.github/workflows/post-status-updates-to-slack.yml
@@ -19,5 +19,5 @@ jobs:
19
id: notify
20
with:
21
slack-channel: 'C01EEKVR0Q7'
22
- slack-bot-user-oauth-access-token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}
+ slack-bot-user-oauth-access-token: ${{ secrets.SLACK_BOT_TOKEN }}
23
slack-text: \n><${{ github.event.comment.html_url}}|*${{github.event.issue.title}}*>\nstatus update posted by ${{github.event.comment.user.login}}\n\n${{ steps.trimmed.outputs.value }}
0 commit comments