Skip to content

Commit

Permalink
fix the permission
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Oct 28, 2023
1 parent cce817e commit c4e54f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
goreleaser:
permissions:
contents: write
id-token: write
statuses: write

runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
goreleaser:
permissions:
contents: write
id-token: write
statuses: write

runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit c4e54f2

Please sign in to comment.