Skip to content

Commit

Permalink
update: github action permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Esonhugh committed Oct 8, 2023
1 parent e836505 commit dc10963
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
env:
GO_VERSION: 1.19

permissions:
repository-projects: write

jobs:
goreleaser:
runs-on: ubuntu-latest
Expand All @@ -27,4 +30,4 @@ jobs:
args: release --rm-dist
env:
CGO_ENABLED: 0
GITHUB_TOKEN: ${{ secrets.RELEASE_GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit dc10963

Please # to comment.