Skip to content

Commit

Permalink
ci: give content & PR permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Lai-YT committed Apr 13, 2023
1 parent c29ab3d commit 45f1a43
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 @@ -7,6 +7,10 @@ on:

jobs:
update_release_draft:
name: Update release draft
permissions:
contents: write # to create a github release
pull-requests: read
runs-on: ubuntu-latest
steps:
- name: version
Expand Down

0 comments on commit 45f1a43

Please sign in to comment.