Skip to content

Commit

Permalink
Add permission to the release workflow (#706) (#707)
Browse files Browse the repository at this point in the history
* 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]>
(cherry picked from commit 8a00963)

Co-authored-by: Zelin Hao <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and zelinh authored Mar 23, 2024
1 parent f226570 commit b197516
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -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 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 b197516

Please sign in to comment.