Skip to content

Commit 2c19d41

Browse files
committed
update readme
1 parent 02f9243 commit 2c19d41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ For GitHub flow, feature branches are merged into the main branch and the main b
1313
Copy [sql-review.yml](/workflows/sql-review.yml) to your repository.
1414

1515
Modify the environment variables to match your setup.
16+
1617
```yml
1718
env:
1819
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # set GITHUB_TOKEN because the 'Check release' step needs it to comment the pull request with check results.
@@ -32,6 +33,7 @@ The migration filename should comply to the naming scheme described in [bytebase
3233
Copy [release.yml](/workflows/release.yml) to your repository.
3334

3435
Modify the environment variables to match your setup.
36+
3537
```yml
3638
env:
3739
BYTEBASE_URL: https://demo.bytebase.com

0 commit comments

Comments
 (0)