Skip to content

Commit

Permalink
Fix permissions on releases
Browse files Browse the repository at this point in the history
  • Loading branch information
wzshiming authored Oct 29, 2024
1 parent f1977bc commit 9ef1261
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GO_VERSION: "1.22.3"

permissions:
contents: write
packages: write

jobs:
releases:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9ef1261

Please sign in to comment.