Skip to content

Commit

Permalink
Revert "Update tokens for release action"
Browse files Browse the repository at this point in the history
This reverts commit 30a097a.
  • Loading branch information
edwardecook committed Nov 4, 2021
1 parent 30a097a commit d51e495
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
tags:
- 'v*'
permissions:
contents: write
jobs:
release:
name: Release
Expand All @@ -20,7 +18,7 @@ jobs:
- name: goreleaser
uses: goreleaser/goreleaser-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
with:
distribution: goreleaser
args: release
Expand Down

0 comments on commit d51e495

Please sign in to comment.