Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(gh-action): swap out aws auth credential
Browse files Browse the repository at this point in the history
RiceAndMeet committed Nov 17, 2023
1 parent b54ac78 commit 764952d
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
@@ -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:

0 comments on commit 764952d

Please sign in to comment.