Skip to content

Commit

Permalink
- Update github action configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
shellbear committed Sep 5, 2019
1 parent 3f213fe commit de882d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: goreleaser
uses: docker://goreleaser/goreleaser
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
with:
args: release
if: success()

0 comments on commit de882d3

Please sign in to comment.