🔧 Add Slack access token to CI

This commit is contained in:
Anand Chowdhary
2020-08-28 16:36:55 +05:30
parent 47b1403a71
commit 6ed77e700d
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -22,3 +22,4 @@ jobs:
env:
GH_PAT: ${{ secrets.GH_PAT }}
SECRET_SITE: ${{ secrets.SECRET_SITE }}
SLACK_APP_ACCESS_TOKEN: ${{ secrets.SLACK_APP_ACCESS_TOKEN }}
+1
View File
@@ -20,3 +20,4 @@ jobs:
env:
GH_PAT: ${{ secrets.GH_PAT }}
SECRET_SITE: ${{ secrets.SECRET_SITE }}
SLACK_APP_ACCESS_TOKEN: ${{ secrets.SLACK_APP_ACCESS_TOKEN }}