Skip to content

Commit

Permalink
Merge pull request #58 from rsteube/gorelease-fix-env
Browse files Browse the repository at this point in the history
goreleaser: fix env
  • Loading branch information
rsteube authored May 11, 2022
2 parents 15077f6 + bdc02f6 commit 45ec010
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AUR_KEY: ${{ secrets.AUR_KEY }}
GORELEASER_GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}

doc:
runs-on: ubuntu-latest
Expand All @@ -69,5 +71,3 @@ jobs:
git push --force https://rsteube:${GITHUB_TOKEN}@github.com/rsteube/carapace-spec.git master:gh-pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AUR_KEY: ${{ secrets.AUR_KEY }}
GORELEASER_GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}

0 comments on commit 45ec010

Please sign in to comment.