We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b1683f commit 7b8d4beCopy full SHA for 7b8d4be
1 file changed
installer.sh
@@ -44,7 +44,12 @@ git add ./run ./watch ./tools
44
git commit -m "Installed flutterflow-socket"
45
46
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'
49
echo "GITHUB_WEBHOOK_URL=$NEW_GITHUB_WEBHOOK_URL"
50
echo 'GITHUB_WEBHOOK_SECRET="ff-my-github-webhook-secret"'
+
+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