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:
+1
-1
@@ -1,2 +1,2 @@
|
|||||||
# This should match the team set up in https://github.com/orgs/opensearch-project/teams and include any additional contributors
|
# This should match the team set up in https://github.com/orgs/opensearch-project/teams and include any additional contributors
|
||||||
* @VachaShah @dblock @harshavamsi @axeoman @deztructor @Shephalimittal @saimedhi @florianvazelle
|
* @VachaShah @dblock @harshavamsi @axeoman @Shephalimittal @saimedhi @florianvazelle
|
||||||
|
|||||||
@@ -8,6 +8,9 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
draft-a-release:
|
draft-a-release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
issues: write
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user