We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd66d9 commit 8fe1f99Copy full SHA for 8fe1f99
.github/workflows/deploy.yml
@@ -35,6 +35,8 @@ jobs:
35
uses: actions/upload-pages-artifact@v1
36
with:
37
path: build/
38
+ env:
39
+ SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }}
40
41
# Deployment job
42
deploy:
0 commit comments