Skip to content

Commit

Permalink
Update release_rc.yml
Browse files Browse the repository at this point in the history
Configure AWS OIDC
  • Loading branch information
wavejumper authored Nov 13, 2024
1 parent b211383 commit 533a6b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release_rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
- name: Verify RC version input
run: |
./scripts/rc_release_check.sh ${{github.event.inputs.version}}
- name: Configure AWS Credentials (OIDC)
uses: aws-actions/configure-aws-credentials@v1
with:
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
aws-region: us-east-1
- name: Login to DockerHub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 533a6b6

Please sign in to comment.