You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-v2/pages/quickstart/github-sync.mdx
+16-20Lines changed: 16 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,11 @@ import { Steps } from 'nextra/components'
3
3
4
4
# Quickstart - Github Sync
5
5
6
-
The purpose of this guide is to help you start building projects on Pipedream using **GitHub Sync**.
6
+
The purpose of this guide is to help you start building projects on Pipedream using **GitHub Sync**.
7
7
8
8
This guide assumes you:
9
9
10
-
- Have a Pipedream account
10
+
- Have a Pipedream account
11
11
- Have a GitHub account
12
12
- Understand the basics of workflow development on Pipedream
13
13
- Are familiar with git-concepts (branches, commits, merges, etc)
@@ -17,10 +17,6 @@ This guide assumes you:
17
17
If you are new to Pipedream, we recommend starting with the [basics of workflow development](/quickstart/).
18
18
</Callout>
19
19
20
-
<Callouttype="info">
21
-
Users on the Free and Basic plan may preview GitHub Sync by enabling the feature **when creating a new project.** You will not be able to merge to production without upgrading. When you upgrade, you may enable or disable GitHub sync for projects at any time.
22
-
</Callout>
23
-
24
20
<Steps>
25
21
### Create a new project
26
22
@@ -34,7 +30,7 @@ Visit [https://pipedream.com/projects](https://pipedream.com/projects) and click
34
30
35
31

36
32
37
-
Enter a project name or click the icon to generate a random name and check the box to **Configure GitHub Sync**.
33
+
Enter a project name or click the icon to generate a random name and check the box to **Configure GitHub Sync**.
38
34
39
35

40
36
@@ -45,11 +41,11 @@ Select or connect a GitHub account, username and repo name and click **Create Pr
45
41
46
42
### Create a branch to make edits
47
43
48
-
Once your project is ready, click on the **Edit** button.
44
+
Once your project is ready, click on the **Edit** button.
49
45
50
46

51
47
52
-
Since this is a new project, you will prompted to create a branch. You may accept the default branch name or customize it.
48
+
Since this is a new project, you will prompted to create a branch. You may accept the default branch name or customize it.
53
49
54
50

55
51
@@ -69,12 +65,12 @@ For this example, name the workflow and click **Create Workflow** to use the def
69
65
70
66

71
67
72
-
Build a simple workflow with an HTTP trigger and Node code step.
68
+
Build a simple workflow with an HTTP trigger and Node code step.
@@ -118,27 +114,27 @@ To edit a previously merged branch, you may create a new branch or click **Edit*
118
114
119
115

120
116
121
-
Open the workflow in Pipedream's editor and add an HTTP request action to the end of the workflow. Configure the action to `GET` the URL `https://example.com`.
117
+
Open the workflow in Pipedream's editor and add an HTTP request action to the end of the workflow. Configure the action to `GET` the URL `https://example.com`.
You may also view the repo on GitHub to see how the action configuration is represented in the YAML of the workflow definition. Try other actions, including actions that use connected accounts and explore how they're represented in the GitHub code.
130
126
131
-
### Make an edit and merge from GitHub
127
+
### Make an edit and merge from GitHub
132
128
133
-
As the final step of this quickstart, view the repository on GitHub and navigate to the code step. Click the edit icon and made a simple change (e.g., add a comment).
129
+
As the final step of this quickstart, view the repository on GitHub and navigate to the code step. Click the edit icon and made a simple change (e.g., add a comment).
0 commit comments