Skip to content

Commit

Permalink
fix(ci): use GH_PAT to release (#1515)
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
  • Loading branch information
caarlos0 committed May 13, 2020
1 parent 9ad3385 commit 274714a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -68,6 +68,8 @@ jobs:
-
name: GoReleaser
if: success()
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
run: |
if [[ $GITHUB_REF == refs/tags/v* ]]; then
./goreleaser --parallelism 2
Expand Down

1 comment on commit 274714a

@vercel
Copy link

@vercel vercel bot commented on 274714a May 13, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.