Skip to content

Commit

Permalink
feature-ci-cd/hardcode aws role
Browse files Browse the repository at this point in the history
  • Loading branch information
VladoKat committed Jul 31, 2023
1 parent 70ecc3a commit 6b679a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: aws-actions/configure-aws-credentials@v2
with:
role-to-assume: ${{ secrets.IAMROLE_GITHUB }}
role-to-assume: arn:aws:iam::364149455845:role/GithubAction
role-session-name: GithubAction
aws-region: eu-central-1

Expand Down

0 comments on commit 6b679a4

Please sign in to comment.