Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit696f42c

Browse files
author
annabaker
committed
Updating Goreleaser example with link to GR documentation for env variables
1 parent9a52d80 commit696f42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎_docs/learn-by-example/golang/goreleaser.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ steps:
8383
{% endraw %}
8484
{% endhighlight %}
8585

86-
86+
Note that GoReleaser[requires a GitHub API token](https://goreleaser.com/environment/) (`GITHUB_TOKEN`) with the`repo` scope to deploy artifacts to GitHub.
8787
Here we use[cf_export]({{site.baseurl}}/docs/codefresh-yaml/variables/#exporting-environment-variables-from-a-freestyle-step) and the[codefresh CLI](https://codefresh-io.github.io/cli/) in order to ask Codefresh about the existing token (that was used in git integrations). In your case you need to change`github-1` with the name of your[Github integration]({{site.baseurl}}/docs/integrations/git-providers/).
8888

8989
It also possible to pass a GITHUB_TOKEN directly in the pipeline, if you don't want to re-use the existing one. This is an alternative way of allowing Goreleaser to create GitHub releases.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp