Skip to content

Commit

Permalink
ci: add missing permissions section
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Aug 18, 2022
1 parent 84f6cea commit 7bcd647
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/releasing.yml
Expand Up @@ -5,6 +5,11 @@ on:
branches:
- main

permissions:
contents: read
issues: write
pull-requests: write

concurrency: ${{ github.workflow }}-${{ github.ref }}

jobs:
Expand Down

0 comments on commit 7bcd647

Please sign in to comment.