Skip to content

Commit

Permalink
Add permission needed for manual approval
Browse files Browse the repository at this point in the history
Signed-off-by: Zelin Hao <[email protected]>
  • Loading branch information
zelinh committed Mar 22, 2024
1 parent f226570 commit 4a42872
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
jobs:
draft-a-release:
runs-on: ubuntu-latest
permissions:
contents: write
issues: write
steps:
- name: Checkout Repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 4a42872

Please sign in to comment.