Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #131 from GoogleCloudPlatform/dinagraves-patch-1
Browse files Browse the repository at this point in the history
docs: Fix secret name in Install.md
  • Loading branch information
dinagraves authored May 26, 2021
2 parents 7122f3a + 0ed17a9 commit ae972d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ To integrate Four Keys with a live repo, you need to:
1. In the **Add Webhook** interface use the Event Handler endpoint for **Payload URL**.
1. Run the following command to get the secret from Google Secrets Manager:
```bash
gcloud secrets versions access 1 --secret="github-secret"
gcloud secrets versions access 1 --secret="event-handler"
```
1. Put the secret in the box labelled **Secret**.
1. For **Content Type**, select **application/json**.
Expand Down

0 comments on commit ae972d7

Please sign in to comment.