Skip to content

Commit

Permalink
ci: add permissions to releasing job
Browse files Browse the repository at this point in the history
  • Loading branch information
sasaplus1 committed Jul 28, 2023
1 parent c021ac3 commit fc132a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
releasing:
name: releasing
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
pull-requests: write
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit fc132a0

Please sign in to comment.