diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8118d68..a96269e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,9 +24,9 @@ jobs: uses: 'google-github-actions/deploy-cloud-functions@v1' with: name: 'Coffee' - entry_point: Coffee - source_dir: '/cmd' description: 'Ping selected group of members on mattermost when coffee is mentioned' + entry_point: Coffee + source_dir: 'cmd' env_vars: 'MATTERMOST_TOKEN=${{ secrets.MATTERMOST_TOKEN }},TEST_TOKEN=${{ secrets.TEST_TOKEN }}' runtime: 'go119' memory_mb: 128