Skip to content

Commit 671b004

Browse files
docs: fix image and broken links (#525)
* fix image * fix
1 parent 75a5fea commit 671b004

File tree

3 files changed

+18
-24
lines changed

3 files changed

+18
-24
lines changed

content/docs/tutorials/github-release-cicd-workflow.md

Lines changed: 18 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ While this guide uses GitHub Actions, the same principles can be applied to othe
2020

2121
<HintBlock type="info">
2222

23-
This tutorial code repository is at [https://github.com/bytebase/release-cicd-workflows-example
24-
25-
](https://github.com/bytebase/release-cicd-workflows-example
26-
27-
)
23+
This tutorial code repository is at [https://github.com/bytebase/release-cicd-workflows-example](https://github.com/bytebase/release-cicd-workflows-example)
2824

2925
</HintBlock>
3026

@@ -43,29 +39,27 @@ This tutorial code repository is at [https://github.com/bytebase/release-cicd-wo
4339

4440
If you have **Enterprise Plan**, you can create a **Custom Role** for the service account which require fewer permissions, and assign this role instead of DBA:
4541

46-
- plans.create
47-
- plans.get
48-
- plans.preview
49-
- releases.check
50-
- releases.create
51-
- releases.get
52-
- rollouts.create
53-
- rollouts.get
54-
- rollouts.list
55-
- sheets.create
56-
- sheets.get
57-
- taskRuns.create
58-
- planCheckRuns.list
59-
- planCheckRuns.run
42+
- plans.create
43+
- plans.get
44+
- plans.preview
45+
- releases.check
46+
- releases.create
47+
- releases.get
48+
- rollouts.create
49+
- rollouts.get
50+
- rollouts.list
51+
- sheets.create
52+
- sheets.get
53+
- taskRuns.create
54+
- planCheckRuns.list
55+
- planCheckRuns.run
6056

6157
## Step 3 - Fork the Example Repository and Configure Variables
6258

63-
1. Go to the [bytebase-release-cicd-workflows-example](https://github.com/bytebase/release-cicd-workflows-example
64-
65-
) repository and fork it. There are two workflows in this repository:
59+
1. Go to the [bytebase-release-cicd-workflows-example](https://github.com/bytebase/release-cicd-workflows-example) repository and fork it. There are two workflows in this repository:
6660

67-
- `.github/workflows/bytebase-check-release.yml`: Check the release SQL syntax when there's a pull request.
68-
- `.github/workflows/bytebase-release-cicd.yml`: Create a release in Bytebase when there's a merge to the `main` branch.
61+
- `.github/workflows/bytebase-check-release.yml`: Check the release SQL syntax when there's a pull request.
62+
- `.github/workflows/bytebase-release-cicd.yml`: Create a release in Bytebase when there's a merge to the `main` branch.
6963

7064
1. Go into `.github/workflows/bytebase-release-cicd.yml` and `.github/workflows/bytebase-check-release.yml`. In the `env` section, replace the variable values with your own and commit the changes.
7165

Binary file not shown.
82.2 KB
Loading

0 commit comments

Comments
 (0)