Skip to content

Commit

Permalink
Pass github token from repo to goreleaser (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcheung-stripe authored Jun 1, 2022
1 parent 5d5e9b6 commit ba45b60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
args: release -f .goreleaser/mac.yml --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GORELEASER_GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}

build-linux:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -70,6 +71,7 @@ jobs:
args: release -f .goreleaser/windows.yml --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GORELEASER_GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}

upload-to-virustotal:
needs: [build-windows]
Expand Down

0 comments on commit ba45b60

Please sign in to comment.