Skip to content

Commit

Permalink
Merge pull request #6 from rayspock/feat/modify-github-token-permissions
Browse files Browse the repository at this point in the history
Grant github action permissions
  • Loading branch information
rayspock committed Apr 24, 2023
2 parents 2ca92d9 + ea8c0fb commit 2436a59
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 2436a59

Please sign in to comment.