Skip to content

Commit

Permalink
adding token
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe da Veiga Leprevost committed Apr 5, 2022
1 parent 47ad5f7 commit ed6e57f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# Make sure to check the documentation at http://goreleaser.com
project_name: philosopher

env_files:
github_token: /home/prvst/bin/github_token

before:
hooks:
#- ginkgo -r
Expand All @@ -14,7 +17,6 @@ builds:
- -w -s -X main.version=v{{ .Version }} -X main.build={{ .Timestamp }}

goos:
- freebsd
- windows
- linux

Expand Down

0 comments on commit ed6e57f

Please sign in to comment.