We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5548a8 commit ef36fb5Copy full SHA for ef36fb5
README.md
@@ -32,6 +32,6 @@ A tool to check related tickets are in a ready state for deployment.
32
env:
33
HELPER_GITHUB_TOKEN: '${{ github.token }}'
34
HELPER_LINEAR_TOKEN: '${{ secrets.HELPER_LINEAR_TOKEN }}'
35
- HELPER_SLACK_BOT_TOKEN: '${{ secrets.HELPER_SLACK_BOT_TOKEN }}'
+ HELPER_SLACK_BOT_TOKEN: '${{ secrets.SLACK_BOT_TOKEN }}'
36
HELPER_SLACK_CHANNEL_NAME: '#production-deploys'
37
```
0 commit comments