Skip to content

Commit

Permalink
[BE-TASKS] Add reactionWatchTask on workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
occidere committed Sep 24, 2020
1 parent 385c868 commit 4b25bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
env:
gw_user_id: 'occidere'
gw_es_endpoint: 'localhost:9200'
gw_tasks: 'followerWatchTask,repositoryWatchTask'
gw_tasks: 'followerWatchTask,repositoryWatchTask,reactionWatchTask'
gw_line_bot_id: ${{ secrets.GW_LINE_BOT_ID }}
gw_line_channel_token: ${{ secrets.GW_LINE_CHANNEL_TOKEN }}
gw_github_api_token: ${{ secrets.GW_GITHUB_API_TOKEN }}
Expand Down

0 comments on commit 4b25bc9

Please sign in to comment.