Skip to content

Commit

Permalink
.github/workflows/goreleaser.yml: update to use GITHUB_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
vishen committed May 1, 2023
1 parent f86f889 commit 21976a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
goreleaser:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@master
Expand All @@ -21,4 +23,4 @@ jobs:
version: v0.119.0
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 21976a4

Please sign in to comment.