Skip to content

Commit 7b8d4be

Browse files
authored
Update installer.sh
1 parent 8b1683f commit 7b8d4be

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

installer.sh

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,12 @@ git add ./run ./watch ./tools
4444
git commit -m "Installed flutterflow-socket"
4545

4646
echo ""
47-
echo "Open the settings of your GitHub repository and configure the webhook."
48-
echo 'https://github.com/<GITHUB_ORG>/<GITHUB_REPO>/settings/hooks/new'
4947
echo "GITHUB_WEBHOOK_URL=$NEW_GITHUB_WEBHOOK_URL"
5048
echo 'GITHUB_WEBHOOK_SECRET="ff-my-github-webhook-secret"'
49+
50+
echo ""
51+
echo "Open the settings of your GitHub repository and configure the webhook."
52+
echo 'https://github.com/<GITHUB_ORG>/<GITHUB_REPO>/settings/hooks/new'
53+
echo "Payload URL=$NEW_GITHUB_WEBHOOK_URL"
54+
echo "Content type=application/json"
55+
echo "Secret=ff-my-github-webhook-secret"

0 commit comments

Comments
 (0)