We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bcdff59 + 42c3c2a commit 2d6317aCopy full SHA for 2d6317a
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