Skip to content

Commit 003e4c0

Browse files
authored
Merge pull request #38 from probot/template-output
add webhook url output
2 parents 250390c + 533c765 commit 003e4c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

template.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,7 @@ Resources:
3232
APP_ID: !Ref githubAppId
3333
WEBHOOK_SECRET: !Ref githubWebhookSecret
3434
PRIVATE_KEY: !Ref githubPrivateKey
35+
Outputs:
36+
WebhooksUrl:
37+
Description: "Endpoint URL"
38+
Value: !Sub "https://${ServerlessHttpApi}.execute-api.${AWS::Region}.amazonaws.com/"

0 commit comments

Comments
 (0)