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: README.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ repository with `contents: read` or `contents: write`.
105
105
For a complete list of permissions, refer to the GitHub documentation on
106
106
[Defining access for the GITHUB_TOKEN permissions](https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token#defining-access-for-the-github_token-permissions).
107
107
108
-
If your branch has more than one database or role, see the
108
+
If your branch has more than one database, see the
109
109
[advanced usage section](#advanced-usage) below.
110
110
111
111
## Advanced usage
@@ -125,7 +125,6 @@ use these default values:
125
125
- `github-token`— `${{ github.token }}`, the ephemeral GitHub token used to
126
126
create comments
127
127
- `api_host`— `https://console.neon.tech/api/v2`
128
-
- `username`— `neondb_owner`, the default role for new Neon projects
129
128
- `database`— `neondb`, the default database name for new Neon projects
130
129
131
130
The GitHub token is required to create PR comments. The (`${{ github.token }}`)
@@ -152,7 +151,6 @@ steps:
152
151
base_branch: main
153
152
api_key: ${{ secrets.NEON_API_KEY }}
154
153
database: mydatabase
155
-
username: myrole
156
154
```
157
155
158
156
Additionally, you can set up extra parameters to define the state of your
@@ -169,7 +167,6 @@ Supported parameters:
169
167
| `api_key` | required | n/a |
170
168
| `base_branch` | optional | empty, will default to the parent branch |
0 commit comments