File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,10 @@ Otherwise the first steps that checkout the code will not include your local
62
62
changes and all future steps will not include those changes. This includes any
63
63
modifications to ` goreleaser.yaml ` !
64
64
65
+ > Before following these steps you will need to manually update
66
+ ` release/tag/goreleaser.yaml ` so that ` release.github.owner ` points to your
67
+ GitHub account.
68
+
65
69
1 . Setup your gcloud profile.
66
70
2 . Create and enable the Google Cloud Secret Manager on the profile
67
71
3 . Create a GitHub Personal Access Token and save it as ` github-token ` in the
Original file line number Diff line number Diff line change @@ -49,5 +49,5 @@ changelog:
49
49
- Merge branch
50
50
release :
51
51
github :
52
- owner : " {{ .Env._GITHUB_USER }} "
52
+ owner : " GoogleContainerTools "
53
53
name : kpt
You can’t perform that action at this time.
0 commit comments