Skip to content

Commit

Permalink
Replace arn:aws:iam::718537141989:role/github-actions with ${{ env.GH…
Browse files Browse the repository at this point in the history
…_AWS_ROLE }}
  • Loading branch information
nsheaps committed Jul 28, 2023
1 parent 1b733d3 commit 3fbf630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@master
with:
role-to-assume: arn:aws:iam::718537141989:role/github-actions
role-to-assume: ${{ env.GH_AWS_ROLE }}
aws-region: us-east-1

# Publish to AWS codeartifact
Expand Down

0 comments on commit 3fbf630

Please sign in to comment.