Skip to content

Commit

Permalink
fix(gh-action): swap out aws auth credential (#2030)
Browse files Browse the repository at this point in the history
  • Loading branch information
RiceAndMeet authored Nov 17, 2023
1 parent b54ac78 commit 4b76927
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-docker-image-and-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ jobs:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-2
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/ghwf-axelar-core

- name: Validate tag
env:
Expand Down

0 comments on commit 4b76927

Please sign in to comment.