Skip to content

Commit

Permalink
revert: "ci: change aws role" (#1647)
Browse files Browse the repository at this point in the history
Revert "ci: change aws role (#1633)"

This reverts commit 2e12c56.
  • Loading branch information
shaeed-noordeen authored Sep 27, 2023
1 parent 234325c commit 2dd5aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
with:
role-to-assume: arn:aws:iam::999867407951:role/kommander-applications-production
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/kommander-applications
aws-region: us-west-2

- name: Extract tag name
Expand Down

0 comments on commit 2dd5aa2

Please sign in to comment.