Skip to content

Commit

Permalink
Merge pull request #871 from AndreKurait/FixReleaseDockerPublish
Browse files Browse the repository at this point in the history
Fix permissions for github release
  • Loading branch information
AndreKurait authored Aug 7, 2024
2 parents 0f36750 + a3c033b commit 4ebadc3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
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 owning team set up in https://github.com/orgs/opensearch-project/teams
* @andrekurait @chelma @gregschohn @lewijacn @mikaylathompson @okhasawn @peternied @sumobrian
* @AndreKurait @chelma @gregschohn @lewijacn @mikaylathompson @okhasawn @peternied @sumobrian
4 changes: 3 additions & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:
permissions:
id-token: write
contents: read
issues: write

jobs:
draft-a-release:
Expand Down Expand Up @@ -55,7 +56,8 @@ jobs:
docker tag migrations/traffic_replayer:latest opensearchstaging/opensearch-migrations-traffic-replayer:${{ steps.get_data.outputs.version }}
docker tag migrations/capture_proxy:latest opensearchstaging/opensearch-migrations-traffic-capture-proxy:${{ steps.get_data.outputs.version }}
docker tag migrations/reindex_from_snapshot:latest opensearchstaging/opensearch-migrations-reindex-from-snapshot:${{ steps.get_data.outputs.version }}
- uses: aws-actions/configure-aws-credentials@v4
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.MIGRATIONS_DOCKER_ROLE }}
aws-region: us-east-1
Expand Down
20 changes: 10 additions & 10 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ This document contains a list of maintainers in this repo. See [opensearch-proje

## Current Maintainers

| Maintainer | GitHub ID | Affiliation |
| ------------------ | ------------------------------------------------------- | ----------- |
| Chris Helma | [chelma](https://github.com/chelma) | Amazon |
| Greg Schohn | [gregschohn](https://github.com/gregschohn) | Amazon |
| Tanner Lewis | [lewijacn](https://github.com/lewijacn) | Amazon |
| Mikayla Thompson | [mikaylathompson](https://github.com/mikaylathompson) | Amazon |
| Omar Khasawneh | [okhasawn](https://github.com/okhasawn) | Amazon |
| Brian Presley | [sumobrian](https://github.com/sumobrian) | Amazon |
| Andre Kurait | [andrekurait](https://github.com/andrekurait) | Amazon |
| Peter Nied | [peternied](https://github.com/peternied) | Amazon |
| Maintainer | GitHub ID | Affiliation |
| ------------------ |-------------------------------------------------------| ----------- |
| Chris Helma | [chelma](https://github.com/chelma) | Amazon |
| Greg Schohn | [gregschohn](https://github.com/gregschohn) | Amazon |
| Tanner Lewis | [lewijacn](https://github.com/lewijacn) | Amazon |
| Mikayla Thompson | [mikaylathompson](https://github.com/mikaylathompson) | Amazon |
| Omar Khasawneh | [okhasawn](https://github.com/okhasawn) | Amazon |
| Brian Presley | [sumobrian](https://github.com/sumobrian) | Amazon |
| Andre Kurait | [andrekurait](https://github.com/AndreKurait) | Amazon |
| Peter Nied | [peternied](https://github.com/peternied) | Amazon |


## Emeritus
Expand Down

0 comments on commit 4ebadc3

Please sign in to comment.