Skip to content

Commit

Permalink
Merge pull request #10 from splunk/default_github_relesase
Browse files Browse the repository at this point in the history
use default for github urls, and use GITHUB_TOKEN
  • Loading branch information
M0roSan authored Sep 14, 2021
2 parents c9ccc24 + 73f648b commit 96efa62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5 changes: 0 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ release:
before:
hooks:
- go mod download
github_urls:
api: https://github.com/api/v3/
download: https://github.com
# set to true if you use a self-signed certificate
skip_tls_verify: false
builds:
- env:
- CGO_ENABLED=0
Expand Down

0 comments on commit 96efa62

Please sign in to comment.