Skip to content

Commit ea2645e

Browse files
committed
add egroups integration
1 parent e8eed2f commit ea2645e

File tree

5 files changed

+791
-930
lines changed

5 files changed

+791
-930
lines changed

.github/workflows/deploy.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,14 @@ jobs:
3131
description: Ping selected group of members on mattermost when coffee is mentioned
3232
entry_point: Coffee
3333
source_dir: src
34-
env_vars: PROJECT_ID=rising-city-366608,MATTERMOST_TOKEN=${{ secrets.MATTERMOST_TOKEN }},TEST_TOKEN=${{ secrets.TEST_TOKEN }},GITHUB_URL=${{github.server_url}}/${{github.repository}}
34+
env_vars: >-
35+
PROJECT_ID=rising-city-366608,
36+
MATTERMOST_TOKEN=${{ secrets.MATTERMOST_TOKEN }},
37+
TEST_TOKEN=${{ secrets.TEST_TOKEN }},
38+
GITHUB_URL=${{github.server_url}}/${{github.repository}}
39+
secret_environment_variables: >-
40+
EGROUPS_USERNAME=projects/74365131111/secrets/EGROUPS_USERNAME,
41+
EGROUPS_PASSWORD=projects/74365131111/secrets/EGROUPS_PASSWORD
3542
runtime: go119
3643
memory_mb: 128
3744
region: europe-west1

0 commit comments

Comments
 (0)