- Notifications
You must be signed in to change notification settings - Fork0
ripta/gcb-notifier
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
gcb-notifier
is theGoogle-provided Slack connector for GoogleCloud Build notifications potentially with some modifications to suit my ownneeds. You likely want the reference implementation.
To install this function, it is assumed thatgcloud
CLI is set up and thatthe default project is active.
Clone this repository locally.
Go tocustom integrations on your workspace and create a newincoming webhook. This will be the
[URL]
below.Create a new
secrets.yaml
file in the current directory containing:
SLACK_WEBHOOK_URL: '[URL]'
- Run
make deploy
.