Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

To fix quickstart link error #578

Merged
merged 1 commit into from
May 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/quickstart_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ sed -i.bak "s/YOUR_DOCKER_USERNAME/ironcore864/g" tools-quickstart.yaml

> This config file uses two plugins, one will create a GitHub repository and bootstrap it into a Golang web app, and the other will create GitHub Actions workflow for it.

The two plugins [require an environment variable](../plugins/github-repo-scaffolding-golang) to work, so let's set it:
The two plugins, [githubactions-golang](plugins/githubactions-golang.md) & [github-repo-scaffolding-golang](plugins/github-repo-scaffolding-golang.md), require an environment variable to work, so let's set it:

```shell
export GITHUB_TOKEN="YOUR_GITHUB_TOKEN_HERE"
Expand Down
3 changes: 2 additions & 1 deletion docs/quickstart_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ sed -i.bak "s/YOUR_DOCKER_USERNAME/ironcore864/g" tools-quickstart.yaml

> 这个配置文件会使用两个插件,一个用来创建 GitHub 项目,而且初始化成一个 Golang 的 web 应用结构。接着另外一个插件会给这个项目创建对应的 GitHub Actions 工作流。

这两个插件[需要配置一个环境变量](../plugins/github-repo-scaffolding-golang) 才能工作,我们看下怎么配置:
这两个插件, [githubactions-golang](plugins/githubactions-golang.md)&[github-repo-scaffolding-golang](plugins/github-repo-scaffolding-golang.md), 需要配置一个环境变量 才能工作,我们看下怎么配置:


```shell
export GITHUB_TOKEN="YOUR_GITHUB_TOKEN_HERE"
Expand Down