Add permission to the release workflow (#706)
* Add permission needed for manual approval Signed-off-by: Zelin Hao <[email protected]> * Remove codeowner Signed-off-by: Zelin Hao <[email protected]> --------- Signed-off-by: Zelin Hao <[email protected]>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user