Add permission to the release workflow (#706)

* Add permission needed for manual approval

Signed-off-by: Zelin Hao <zelinhao@amazon.com>

* Remove codeowner

Signed-off-by: Zelin Hao <zelinhao@amazon.com>

---------

Signed-off-by: Zelin Hao <zelinhao@amazon.com>
This commit is contained in:
Zelin Hao
2024-03-22 17:04:48 -07:00
committed by GitHub
parent f2265701a4
commit 8a00963d83
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
# 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
+3
View File
@@ -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