Skip to content

Commit

Permalink
grant github action permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
rayspock committed Apr 24, 2023
1 parent 2ca92d9 commit ea8c0fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ on:
release:
types: [created]

permissions:
contents: write
packages: write

jobs:
releases-matrix:
name: Release Go Binary
Expand Down

0 comments on commit ea8c0fb

Please sign in to comment.